PbBlob.BlobMid(uint position) Method
.NET Standard 2.x
Extracts data from a PbBlob object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public PbBlob BlobMid(uint position);
Parameters
position
System.UInt32
A number specifying the starting position of the data you want returned.
Returns the data ranging from the starting position to the end of the object; returns an empty PbBlob object, if the specified starting position is larger than the length of PbBlob.
Examples
Coming soon.
Applies to
.NET Standard
2.x