C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonReader Class / ReadName Method
The specified name of the field you want to read.

In This Topic
ReadName Method
In This Topic
Read the field from the data according to the specified name
Syntax
'Declaration
 
Public Function ReadName( _
   ByVal name As String _
) As Boolean
 

Parameters

name
The specified name of the field you want to read.

Return Value

True, if the field is read successfully. Otherwise, the field doesn't exist in the data.
See Also