[]
        
(Showing Draft Content)

C1.JsonNet.JsonReader.ReadName

ReadName Method

ReadName(string)

Read the field from the data according to the specified name

Declaration
public bool ReadName(string name)
Parameters
Type Name Description
string name

The specified name of the field you want to read.

Returns
Type Description
bool

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