PbBlob.SetByte(uint position, byte byteData) Method
.NET Standard 2.x
Sets data of type Byte for a PbBlob object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public short SetByte(uint position, byte byteData);
Parameters
position
System.UInt32
A number specifying the position in the PbBlob object at which you want to insert a value of the Byte datatype.
byteData
System.Byte
Data of the Byte datatype that you want to set into PbBlob object at the specified position.
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