TxtLoadStyleStrategy enumeration

TxtLoadStyleStrategy enumeration

Specifies how to apply style for parsed values when converting string value to number or datetime.

The TxtLoadStyleStrategy type exposes the following members:

Fields

FieldDescription
NONEDoes not set style for the parsed value.
BUILT_INSet the style as built-in number/datetime when the parsed value are plain numeric/datetime values.
EXACT_FORMATSet the exact custom format for the parsed value to make the formatted value be same with the original input one.

See Also