PbGlobal.IsArabic(char? value) Method
.NET Standard 2.x
Tests whether a particular character is an Arabic character.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static bool? IsArabic(char? value);
Parameters
value
System.Char
A character whose value you want to test to find out if it is an Arabic character.
Returns
System.Boolean
Returns true if character is an Arabic character and false if it is not.
Examples
Coming soon.
Applies to
.NET Standard
2.x