Show / Hide Table of Contents

    PbBlob.GetByteArray() Method

    .NET Standard 2.x

    Obtains an array of Byte values stored in a PbBlob object.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public byte[] GetByteArray();
    

    Returns

    System.Byte[]

    Returns an array of Byte values stored in a PbBlob object.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon