PbBlobExtensions.String(this PbBlob pbBlob) Method
.NET Standard 2.x
Converts data in a PbBlob to a string value. If the PbBlob's value is not text data, String attempts to interpret the data as Unicode characters.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static string String(this PbBlob pbBlob);
Parameters
pbBlob
PowerScript.Bridge.PbBlob
A PbBlob whose value you want returned as a string. PbBlob can also be an Any variable containing a PbBlob.
Returns
System.String
Returns the value of pbBlob as a string if it succeeds and the empty string ("") if it fails. If pbBlob does not contain string data, String interprets the data as Unicode characters, and returns a string. If pbBlob is null, String returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x