Show / Hide Table of Contents

    PbBlob.ToString(Encoding encoding) Method

    .NET Standard 2.x

    Converts data in a PbBlob object to a string value.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public string ToString(Encoding encoding);
    

    Parameters

    encoding System.Text.Encoding

    Character encoding of the blob you want converted.

    Returns

    System.String

    Returns the value of blob as a string if it succeeds and returns an empty string ("") if PbBlob.value is null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon