PbBlob.Create(byte[] bytes) Method
.NET Standard 2.x
Converts a byte array to a PbBlob object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static PbBlob Create(byte[] bytes);
Parameters
bytes
System.Byte[]
The byte array you want to convert to a Pbblob object.
Returns
Returns a Pbblob object created from byte[].
Examples
Coming soon.
Applies to
.NET Standard
2.x