Share via


JsonReader.ReadGuid Method

Creates a Guid object 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 ReadGuid As Guid
'Usage
Dim instance As JsonReader
Dim returnValue As Guid

returnValue = instance.ReadGuid()
public Guid ReadGuid()

Return Value

Type: System.Guid
Guid .

Remarks

The type of the token that can be used to create the Guid object is Guid, which means the token must start with “\/Guid(” and end with “)\/”.

See Also

Reference

JsonReader Class

JsonReader Members

Microsoft.SharePoint.Client Namespace