PbBlob.Create Method
.NET Standard 2.x
Converts a byte array or string to a PbBlob object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
| Method | Description |
|---|---|
| Create(byte[] bytes) | Converts a byte array to a PbBlob object. |
| Create(string text, Encoding encoding = default) | Converts a string to a Pbblob object. |