Overload List
| Name | Description |
|---|---|
| Append(array<Byte>[]()[]) |
Append contents of the byte array to the class value. If class value is length 0, byte array
content is set as the class value.
|
| Append(String) |
Append string value to the OctetString class. If current class content is length 0, new
string value is set as the value of this class.
Class assumes that string value is UTF8 encoded.
|