RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSHexBinary.HexBinaryString Property

Represents the object's value as a string.

Pascal
property HexBinaryString: string;
C++
__property AnsiString HexBinaryString;

Use HexBinaryString to obtain the value of the TXSHexBinary object. This value is represented as the string that appears in XML documents to represent the hexadecimal value. 

To work with the value as an array of bytes, use the AsByteArray property instead. You can convert an integer to a string that can be assigned to this property using the global IntToHex function. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!