Overload List
| Name | Description |
|---|---|
| Set(Byte) |
Set class value to an array 1 byte long and set the value to the supplied argument.
|
| Set(array<Byte>[]()[]) |
Set class value from the argument byte array. If byte array argument is null or length == 0,
internal OctetString buffer is set to null.
|
| Set(String) | Set object value to bytes from the supplied string. If argument string length == 0, internal OctetString
buffer is set to null. |
| Set(Int32, Byte) |
Set value at specified position to the supplied value
|