BigInteger: ToByteArray |
Returns a byte array representing the number.
Public Function ToByteArray ( ) As Byte ( )
To represent a byte array for a negative value, the highest bit must be set. To ensure this, a pair of bytes with the value of &HFF may be part of the return value.