[]
Specifies the type restriction for parsing.
public enum TypeRestriction
Public Enum TypeRestriction
| Name | Description |
|---|---|
| AnyType | Any type of data. |
| DateTime | Only DateTime data type. |
| Numbers | Only number data type. |