Show / Hide Table of Contents

    StringExtensions.IsAllArabic(this string value) Method

    .NET Standard 2.x

    Tests whether a particular string is composed entirely of Arabic characters.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static bool? IsAllArabic(this string value);
    

    Parameters

    value System.String

    A string whose value you want to test to find out if it is composed entirely of Arabic characters.

    Returns

    System.Boolean

    Returns true if string is composed entirely of Arabic characters and false if it is not. The presence of numbers, spaces, and punctuation marks will also result in a return value of false.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon