TypeConversion Enum
Provides a list of constants to configure the Dynamic Typing conversion behavior.
Parts
| Constant | Member name |
|---|---|
| -1 | None |
| 0 | ToLong |
| 1 | ToDouble |
| 2 | ToDate |
| 3 | ToBoolean |
Syntax
variable = TypeConversion.MemberName
📝Note
The
TypeConversion.Nonevalue is used to indicates the specified CSV/TSV file field is aStringdata type and not need conversion to other type.
- See also
- ParseConfig Property, Import Example [EXAMPLE2].