Defines the expected type of field data.
Syntax
Members
| Member | Description |
| Address |
Mailing address.
|
| Currency |
Currency value with numerics and currency symbols.
|
| CurrencyPlus |
Currency value with numerics, currency symbols, and currency labels (such as USD and GBP).
|
| Date |
Date containing a year, month, and day.
|
| Email |
Email address.
|
| GeneralText |
Alphanumerics and special characters.
|
| Numeric |
Numeric.
|
| SocialSecurityNumber |
United States social security number.
|
| Time |
Time containing hours and minutes.
|
| UnitedStatesPhoneNumber |
United States phone number.
|
| URL |
Universal resource locater.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.FSInvoices.FormFieldDataType
See Also