PbBlobExtensions.Byte(this PbBlob pbBlob) Method
.NET Standard 2.x
Obtains a Byte value stored in a PbBlob.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static byte? Byte(this PbBlob pbBlob);
Parameters
pbBlob
PowerScript.Bridge.PbBlob
A PbBlob datatype in which the initial value is the Byte value that you want to return.
Returns
System.Byte
Returns the value of the PbBlob variable as a Byte datatype if it succeeds; returns 0
if the PbBlob variable is not a valid number. If pbBlob is null, Byte returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x