Show / Hide Table of Contents

    PbBlobExtensions.String Method

    .NET Standard 2.x

    Converts data in a PbBlob to a string value. If the PbBlob's value is not text data, String attempts to interpret the data as Unicode characters.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Overloads

    Method Description
    String(this PbBlob pbBlob) Converts data in a PbBlob to a string value. If the PbBlob's value is not text data, String attempts to interpret the data as Unicode characters.
    String(this PbBlob pbBlob, Encoding encoding) Converts data in a PbBlob to a string value. If the PbBlob's value is not text data, String attempts to interpret the data as Encoding characters.
    Back to top Generated by Appeon