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
The first PbBlob object to add.
The second PbBlob object to add.
Returns
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