Write the value of this item to the provided Stream object. The Stream returned by the method AsStream() will be used as the value source.
Write the value of this item to the provided Stream object. The Stream returned by the method AsStream() will be used as the value source.
void WriteTo(Stream);
Write the value of this item to the provided TextWriter object. The TextReader returned by the method AsReader() will be used as the value source.
void WriteTo(TextWriter);
XdmItem Interface | Marklogic.Xcc.Types Namespace