Show / Hide Table of Contents

    PbGlobal.Char(decimal? v) Method

    .NET Standard 2.x

    Converts a decimal to a Unicode character.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static char? Char(decimal? v);
    

    Parameters

    value System.Decimal

    A decimal you want to convert to a character.

    Returns

    System.Char

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