|
FastCRC Library |
Type Library |
|
FCRC_LongToHex32
BSTR FCRC_LongToHex32( [ 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 number
specified by nNumber.
VB Example
See the example for
FCRC32_CalculateStr.
Useful Links | HashCalc
See Also
FCRC_LongToHex16
|