Category > Binary functions xHarbour Developers Network  

 
ItemDescription
Bin2I()Converts a signed short binary integer (2 bytes) into a numeric value.
Bin2L()Converts a signed long binary integer (4 bytes) into a numeric value.
Bin2U()Converts an unsigned long binary integer (4 bytes) into a numeric value.
Bin2W()Converts an unsigned short binary integer (2 bytes) into a numeric value.
CtoF()Converts an 8 byte string to a floating point number.
I2Bin()Converts a numeric value to a signed short binary integer (2 bytes).
L2bin()Converts a numeric value to a signed long binary integer (4 bytes).
U2bin()Converts a numeric value to an unsigned long binary integer (4 bytes).
W2bin()Converts a numeric value to an unsigned short binary integer (2 bytes).


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe