Skip to main content Link Search Menu Expand Document (external link) Copy Copied

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.None value is used to indicates the specified CSV/TSV file field is a String data type and not need conversion to other type.

See also
ParseConfig Property, Import Example [EXAMPLE2].

Back to Enumerations overview