'DeclarationPublic Property FieldType As FieldType
'UsageDim instance As Reader Dim value As FieldType instance.FieldType = value value = instance.FieldType
public FieldType FieldType {get; set;}
'DeclarationPublic Property FieldType As FieldType
'UsageDim instance As Reader Dim value As FieldType instance.FieldType = value value = instance.FieldType
public FieldType FieldType {get; set;}
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | The value is less than first FieldType member, GeneralText, or larger than last FieldType member, Unknown. |
| InvalidFieldTypeException | The value equals to UnknownField. |
Allowed values: GeneralText, Currency, CurrencyPlus, Date, Email, SocialSecurityNumber, Time, UnitedStatesPhoneNumber, URL, RegularExpression and DataValidationList
Default value: GeneralText
This is the input parameter for analyzing a filed where as the FieldType in the TextBlockResult is the output.This setting is best to be used combining with appropriate CharacterSet settings.
This setting can be supplemented by providing custom regular expressions to the field type of interest.