StringExtensions.IsHebrew(this string value) Method
.NET Standard 2.x
Tests whether a particular character is a Hebrew character. For a string, IsHebrew
tests only the first character on the left.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static bool? IsHebrew(this string value);
Parameters
value
System.String
A string whose value you want to test to find out if it is an Hebrew character.
Returns
System.Boolean
Returns true
if character is a Hebrew character and false
if it is not.
Examples
Coming soon.
Applies to
.NET Standard
2.x