StringExtensions.IsArabicAndNumbers(this string value) Method
.NET Standard 2.x
Tests whether a particular string is composed entirely of Arabic characters or numbers.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static bool? IsArabicAndNumbers(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 or numbers.
Returns
System.Boolean
Returns true
if string is composed entirely of Arabic characters or numbers and false
if it is not.
Examples
Coming soon.
Applies to
.NET Standard
2.x