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