NativeXml Help
TXmlNode.BinaryString
property BinaryString: RawByteString;
Description
Use BinaryString to add/extract binary data in an easy way to/from the node. Internally the data gets stored as Base64-encoded data. Do not use this method for normal textual information, it is better to use ValueAsString in that case (adds less overhead).