PbBlobExtensions.Integer(this PbBlob pbBlob) Method
.NET Standard 2.x
Obtains a short value that is stored in a PbBlob.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static short? Integer(this PbBlob pbBlob);
Parameters
pbBlob
PowerScript.Bridge.PbBlob
A PbBlob in which the first value is a short value. The rest of the contents of PbBlob is ignored.
Returns
System.Int16
Returns the value of PbBlob as a short. If pbBlob is not a valid number or if it contains an incompatible datatype, Integer returns 0
. If pbBlob is null, Integer returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x