Show / Hide Table of Contents

    PbBlobExtensions.Len(this PbBlob pbBlob) Method

    .NET Standard 2.x

    Reports the length of a PbBlob.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static int? Len(this PbBlob pbBlob);
    

    Parameters

    pbBlob PowerScript.Bridge.PbBlob

    A PbBlob for which you want the length in number of bytes.

    Returns

    System.Int32

    Returns an int whose value is the length of pbBlob if it succeeds and -1 if an error occurs. If pbBlob is null, Len returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon