Function U2bin() Foundation
Converts an unsigned numeric value to a 32 bit integer.
U2bin( <nInteger> ) --> cBinary
The return value of U2bin() is a four character string which contains the numeric value as a 32 bit integer.
U2bin() converts numeric values in the range of 0 to 4294967265 into their binary representation. The function returns a character string with four characters. U2bin() ignores decimal places and only converts integers. The counterpart of U2bin() is Bin2u().
U2bin() is frequently used in connection with the low level file functions. This is sometimes done to allow definition of special or unique file formats, or to provide data compression when integer numeric values are being stored.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.