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