PbBlob.GetByte(uint position, ref byte byteData) Method
.NET Standard 2.x
Extracts data of type Byte from a PbBlob object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public short GetByte(uint position, ref byte byteData);
Parameters
position
System.UInt32
A number specifying the position in the PbBlob object at which you want to retrieve a value of the Byte datatype.
byteData
System.Byte
Variable of the Byte datatype in which you want to store the returned data of type Byte.
Returns
System.Int16
Returns 1
if it succeeds or -1
if the specified position exceeds the scope of PbBlob object.
Examples
Coming soon.
Applies to
.NET Standard
2.x