TxtLoadStyleStrategy Enum

TxtLoadStyleStrategy Enum

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


type TxtLoadStyleStrategy int32

Fields

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