Show / Hide Table of Contents

    StringExtensions.IsAnyHebrew(this string value) Method

    .NET Standard 2.x

    Tests whether a particular string contains at least one Hebrew character.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static bool? IsAnyHebrew(this string value);
    

    Parameters

    str System.String

    A string whose value you want to test to find out if it contains at least one Hebrew character.

    Returns

    System.Boolean

    Returns true if string contains at least one Hebrew character and false if it does not.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon