Show / Hide Table of Contents

    PbBlob.Create(byte[] bytes) Method

    .NET Standard 2.x

    Converts a byte array to a PbBlob object.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

     public static PbBlob Create(byte[] bytes);
    

    Parameters

    bytes System.Byte[]

    The byte array you want to convert to a Pbblob object.

    Returns

    PowerScript.Bridge.PbBlob

    Returns a Pbblob object created from byte[].

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon