MarkLogic XCC/.Net Library

XdmItem.AsReader Method 

Return a TextReader for this item.

[Visual Basic]
Function AsReader() As TextReader
[C#]
TextReader AsReader();

Return Value

A Reader instance from which this value may be read. For most types, the characters read will be equivalent to those returned by AsString().

See Also

XdmItem Interface | Marklogic.Xcc.Types Namespace