Liquid XML Runtime for .Net - SetData - 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 SetData(String d, Encoding e)
|
|
Property |
Description |
|
|
|
Property |
SetData |
|
|
|
Argument - d |
The encoded binary data |
|
|
|
Argument - e |
The type of encoding used on d. |
|
|
|
Description |
Sets the data held by the class |
|
|
|
Remarks |
May throw an exception if the data encoded in d, is not valid for the encoding described in e. |
|