Show / Hide Table of Contents

    PbBlob.ToString() Method

    .NET Standard 2.x

    Converts data in a PbBlob object to a string value.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public override string ToString();
    

    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