/
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  )
ParameterDescription

bigintVar

Bigint variable to set

baValue

Bytearray value

Returns

Nothing


baToHexString

Converts a bytearray to a string containing the hexadecimal values.

string baToHexString(bytearray  baValue )
ParameterDescription

baValue

Bytearray value

Returns

A hexadecimal string


baToStr

Converts a bytearray to a string.