Show / Hide Table of Contents

    PbGlobal.IsHebrew(char? value) Method

    .NET Standard 2.x

    Tests whether a particular character is a Hebrew character.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static bool? IsHebrew(char? value);
    

    Parameters

    value System.Char

    A character whose value you want to test to find out if it is an Hebrew character.

    Returns

    System.Boolean

    Returns true if character is an Hebrew character and false if it is not.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon