Previous Up Next

BigToStringn
Convert the _x_ big number into a binary string. The size of the string is the _size_ bytes.

S BigToStringn (
BigN _x_
I _size_
)
Parameters

_x_
any big number
_size_
Return value

binary string corresponding to _x_ which size is _size_ bytes.

Error :