Structure.hasField
bool hasField(string fieldname)Check if structure contains a field named fieldname.
Parameters
fieldname | the name of a field |
Returns
true if the structure contains a field with the given name
bool hasField(string fieldname)Check if structure contains a field named fieldname.
fieldname | the name of a field |