Show / Hide Table of Contents

    PbBlob.Addition(PbBlob v1, PbBlob v2) Method

    .NET Standard 2.x

    Adds the data of two PbPlob objects together.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static PbBlob operator +(PbBlob v1, PbBlob v2);
    

    Parameters

    v1 PowerScript.Bridge.PbBlob

    The first PbBlob object to add.

    v2 PowerScript.Bridge.PbBlob

    The second PbBlob object to add.

    Returns

    PowerScript.Bridge.PbBlob

    Returns a new PbBlob object which contains the data of v1 and v2; returns null if v1 or v2 is null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon