| QuickHash Library | Type Library |
|
QHASH_ConvertToHex
BSTR QHASH_ConvertToHex( [ in, size_is( nSrcLength ) ]const void* pByte, [ in ] int nSrcLength, [ in ]boolean bUpper );
Parameters
pByte
[in] A byte array to convert.
nSrcLength
[in] Length of the byte array.
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 a block of bytes using 'big-endian' order.
Note. CRC32, CRC16 and CRC16C algorithms use 'little-endian' representation of the checksum. All other algorithms use 'big-endian' representation of the message digest/checksum.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also QHASH_ConvertToHexLE, QHASH_StringDigest
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |