Show / Hide Table of Contents

    PbGlobal.AscA(char? value) Method

    .NET Standard 2.x

    Converts a character to its ASCII integer value.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static short? AscA(char? value);
    

    Parameters

    value System.Char

    The char for which you want the ASCII value of the character.

    Returns

    System.Char

    Returns the ASCII 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