| QuickHash Library | C++ Interface |
|
CCRC16C::FinalHex
void FinalHex( char* pDest, bool
bUpper = false );
Parameters
pDest
[out] Pointer to the text buffer that will receive the checksum.
bUpper
[in] Uppercase flag. If bUpper is false, the received checksum represents a lowercase string, otherwise it represents an uppercase string.
Remarks
Call this member function to retrieve the checksum from the CCRC16C object. The checksum is retrieved as a null-terminated hexadecimal string in the text buffer pointed by pDest. The size of the text buffer pointed by pDest must be at least CCRC16C::HEXDIGESTSIZE characters.
After the FinalHex method is performed, the CCRC16C object is initialized for new calculations, as it would be constructed again.
Example
|
CCRC16C Overview | Class Members | Useful Links | HashCalc
See Also CCRC16C::Final, CCRC16C::Update
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |