PbBlobExtensions.Char(this PbBlob pbBlob) Method
.NET Standard 2.x
Extracts the first Unicode character of a PbBlob in which the first value is a string or number to a char.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static char? Char(this PbBlob pbBlob);
Parameters
pbBlob
PowerScript.Bridge.PbBlob
A PbBlob in which the first value is a string or integer. The rest of the contents of PbBlob is ignored.
Returns
System.Char
Returns the first Unicode character of pbBlob. If pbBlob is null, Char returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x