[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
B2Bin( nValue )-> <cValue>
------------------------------------------------------------------------------
PARAMETER:
<nValue> is the byte integer to be converted to a BYTE string
RETURNS:
<cValue> is the string that has been generated from <nValue>
DESCRIPTION:
B2Bin() converts an Integer from 0-255 into a one byte character string.
EXAMPLE:
+--------------------------------------------------------------+
| /* Create a bin structure */ |
| cStruct := b2Bin(1) + b2Bin(5) |
+--------------------------------------------------------------+
SOURCE:
SOURCE\WINAPI\B2BIN.C
See Also:
D2Bin
Bin2D
C2Hex
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson