Converts a 32-bit integer into a binary human readable string.
Num2Binary(nValue)
Parameters
- nValue
A signed or unsigned integer value in the range –2,147,483,648 to 4,294,967,295.
Return Value
A string (32 bytes long) with the binary representation of the passed in integer value.
See Also
Reference
Colors2RGB
Double2Str
Float2Str
Int642Str
Long2Str
PG_ByteA2Str
PG_Str2ByteA
RGB2Colors
Short2Str
Str2Double
Str2Float
Str2Int64
Str2Long
Str2Short
Str2UInt64
Str2ULong
Str2UShort
UInt642Str
ULong2Str
UShort2Str
Value2Variant
Variant2Value