PbBlob.Length Property
.NET Standard 2.x
Gets the length of PbBlob.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public uint Length => (uint)((_data == null) ? 0 : _data.Length);
Property Value
System.UInt32
Returns the length of PbBlob.
Examples
Coming soon.
Applies to
.NET Standard
2.x