Liquid XML Runtime for .Net - HexEncoded - BinaryData
In This Topic
This feature has been superseded by Liquid XML Objects.
(The original functionality is still included in the product) |
Use Liquid XML Objects |
public String HexEncoded { get; }
|
|
Property |
Description |
|
|
|
Returns |
The content of the buffer as a hex encoded string |
|
|
|
Description |
A read only property that provided a hex encoded representation of the data held in the object |
|
|
|
Remarks |
hex encoding uses 3 the chars in the range 0-9 A-F to represent each byte i.e. 32A456 |
|