Show / Hide Table of Contents

    PbGlobal.Asc(char? value) Method

    .NET Standard 2.x

    Converts a character to its Unicode code point. A code point is the numerical integer value given to a Unicode character.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static ushort? Asc(char? value);
    

    Parameters

    value System.Char

    The char for which you want the code point value of the character.

    Returns

    System.Int16

    Returns the code point value of character. If value is null, Asc returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon