MarkLogic XCC/.Net Library

XdmSequence.AsString Method

This method is equivalent to AsString("\n").

Overload List

This method is equivalent to AsString("\n").

string AsString();

Returns a String comprised of the XdmValue.AsString() value of each item in the sequence with the given separator string between each. If the sequence is empty (Empty is true) then the empty string is returned.

string AsString(string);

See Also

XdmSequence Interface | Marklogic.Xcc.Types Namespace