Show / Hide Table of Contents

    PbBlobExtensions.Long(this PbBlob pbBlob) Method

    .NET Standard 2.x

    Obtains an int value stored in a PbBlob.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static int? Long(this PbBlob pbBlob);
    

    Parameters

    pbBlob PowerScript.Bridge.PbBlob

    A PbBlob in which the first value is an Int value. The rest of the contents of PbBlob is ignored.

    Returns

    System.Int32

    Returns the value of PbBlob as an int. If pbBlob is not a valid number or if it contains an incompatible datatype, Long returns 0. If pbBlob is null, Long returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon