Tests whether a particular string contains at least one Arabic character.
IsAnyArabic ( string )
Argument |
Description |
---|---|
string |
A string whose value you want to test to find out if it contains at least one Arabic character |
Boolean. Returns true if string contains at least one Arabic character and false if it does not.
If you are not running a version of Windows that supports right-to-left languages, IsAnyArabic is set to false.
Under a version of Windows that supports right-to-left languages, this statement returns true if the SingleLineEdit sle_name contains at least one Arabic character:
IsAnyArabic(sle_name.Text)