PbBlobExtensions.CharA Method
.NET Standard 2.x
Extracts the first ASCII character of a PbBlob in which the first value is a string or number to a char.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
CharA(this PbBlob pbBlob) | Extracts the first ASCII character of a PbBlob in which the first value is a string or number to a char. |
CharA(this PbBlob pbBlob, Encoding encoding) | Extracts the first ASCII character of a PbBlob in which the first value is a string or number to a char. If the blob's value is not text data, Char attempts to interpret the data as characters. |