Is there a quick way to validate the user input matches the esriFieldType, eg: for esriFieldTypeInteger : '1x2z' is invalid, Similarly for different esriFieldTypes is there a quick way of validating if user input is valid ?
Thanks.