Liquid XML Runtime for .Net - 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 |
BinaryData Class
A primitive type to hold binary data that is to be inserted into an XML document
public enum Encoding
{
Hex,
Base64
}
|
|
Members |
Description |
|
|
|
Base64Encoded |
Gets the binary contents of the object as a base64 encoded string |
|
|
|
BinaryData |
Constructor for BinaryData class |
|
|
|
Data |
Provides access to the raw binary data. |
|
|
|
Empty |
Returns an empty BinaryData object |
|
|
|
HexEncoded |
Gets the binary contents of the object as a hex encoded string |
|
|
|
Length |
Returns the number of bytes stored in the object |
|
|
|
SetData |
Populates the data from an encoded string |
|