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
Assembly:  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