Show / Hide Table of Contents

    PbBlobExtensions.Char Method

    .NET Standard 2.x

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

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Overloads

    Method Description
    Char(this PbBlob pbBlob) Extracts the first Unicode character of a PbBlob in which the first value is a string or number to a char.
    Char(this PbBlob pbBlob, Encoding encoding) Extracts the first Unicode character of a PbBlob in which the first value is a string or number to a char. If the blob's value is not text data, Char attempts to interpret the data as characters.
    Back to top Generated by Appeon