Show / Hide Table of Contents

    PbGlobal.CharA(long? v) Method

    .NET Standard 2.x

    Converts a long to an ASCII character.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static char? CharA(long? v);
    

    Parameters

    value System.Int64

    A long you want to convert to a character.

    Returns

    System.Char

    Returns the ASCII character of v. If v is null, Char returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon