|
FastCRC Library |
Type Library |
|
FCRC_LongToHex16
BSTR FCRC_LongToHex16( [ in ] long nNumber,
[ in ]boolean bUpper );
Parameters
nNumber
[in] A number to
convert.
bUpper
[in] Uppercase flag. If bUpper
is False, the result represents a lowercase string,
otherwise it represents an uppercase string.
Remarks
Returns the hexadecimal representation of the first
16 bits of the
number specified by nNumber.
VB Example
See the example for
FCRC16_CalculateStr.
Useful Links | HashCalc
See Also
FCRC_LongToHex32
|