Share via


JsonReader.ReadStringArray Method

Creates a String array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function ReadStringArray As String()
'Usage
Dim instance As JsonReader
Dim returnValue As String()

returnValue = instance.ReadStringArray()
public string[] ReadStringArray()

Return Value

Type: []
String .

Remarks

The tokens within “[” and “]” must be a sequence of String tokens that are comma-separated, such as “[value1,value2,…]”.

See Also

Reference

JsonReader Class

JsonReader Members

Microsoft.SharePoint.Client Namespace