Converts the hash value to it's hexadecimal representation.
class function AsHex( const AValue: T5x4LongWordRecord ): string;
Parameters |
Description |
AValue |
The record containg LongWord values to converted to hex. |
String - Hexadecimal representation of the hash value.
AsHex is String class function that converts the hash value specified in AValue to it's hexadecimal representation. AsHex allocates a string with the length needed to represent the multiple LongWord values in AValue. AsHex allows uses of the method without an existing instance of the TIdHash160 class.
AsHex calls the ToHex function to convert the data in AValue to it's hexadecimal representation.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |