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