Show / Hide Table of Contents

    PbBlob.PbBlob(byte[] data) Method

    .NET Standard 2.x

    Defines an implicit conversion which converts a byte[] object to a PbBlob object.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static implicit operator PbBlob(byte[] data);
    

    Parameters

    data System.Byte[]

    The byte[] object to be converted.

    Returns

    PowerScript.Bridge.PbBlob

    Returns a new PbBlob object which contains byte[] as data.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon