MarkLogic XCC/.Net Library

XdmSequence.AsStrings Method 

Returns an array of Strings, each of which is the value returned by the XdmItem.AsString() method for each item in the sequence.

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

Return Value

An array of Strings.

See Also

XdmSequence Interface | Marklogic.Xcc.Types Namespace