MarkLogic XCC/.Net Library

XdmSequence.ToString Method 

Return a textual description of this XdmSequence object, NOT the value of the items in the sequence. Use the AsString() or AsStrings() methods to obtain String representations of the item values.

[Visual Basic]
Function ToString() As String
[C#]
string ToString();

Return Value

A textual description of this object, appropriate for use in a debug or log message.

See Also

XdmSequence Interface | Marklogic.Xcc.Types Namespace