[]
Read the field from the data according to the specified name
public bool ReadName(string name)
Type | Name | Description |
---|---|---|
string | name | The specified name of the field you want to read. |
Type | Description |
---|---|
bool | True, if the field is read successfully. Otherwise, the field doesn't exist in the data. |