Show / Hide Table of Contents

    PbBlobExtensions.CharA(this PbBlob pbBlob) Method

    .NET Standard 2.x

    Extracts the first ASCII character of a PbBlob in which the first value is a string or number to a char.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static char? CharA(this PbBlob pbBlob);
    

    Parameters

    pbBlob PowerScript.Bridge.PbBlob

    A PbBlob in which the first value is a string or integer. The rest of the contents of PbBlob is ignored.

    Returns

    System.Char

    Returns the first character of pbBlob. If pbBlob is null, Byte returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon