Show / Hide Table of Contents

    PbBlob.Create(string text, Encoding encoding = default) Method

    .NET Standard 2.x

    Converts a string to a Pbblob object.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static PbBlob Create(string text, Encoding encoding = default);
    

    Parameters

    text System.String

    The string you want to convert to a PbBlob object.

    encoding System.Text.Encoding

    Character encoding of the resulting PbBlob.

    Returns

    PowerScript.Bridge.PbBlob

    Returns the converted string in a PbBlob with the requested encoding, if specified. If text is null, PbBlob returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon