/
Type Conversion Functions(3.0)
Type Conversion Functions(3.0)
This section describes functions that are used to perform conversions between different types.
baToBigInt
Converts a bytearray to a big integer (two complement).
void baToBigInt ( bigint bigintVar , bytearray baValue )
Parameter | Description |
---|---|
| Bigint variable to set |
| Bytearray value |
Returns | Nothing |
baToHexString
Converts a bytearray to a string containing the hexadecimal values.
string baToHexString(bytearray baValue )
Parameter | Description |
---|---|
| Bytearray value |
Returns | A hexadecimal string |
baToStr
Converts a bytearray to a string.