Field Summary | ||
---|---|---|
const int | NONE | |
Does not set style for the parsed value.
|
||
const int | BUILT_IN | |
Set the style as built-in number/datetime when the parsed value are plain numeric/datetime values.
|
||
const int | EXACT_FORMAT | |
Set the exact custom format for the parsed value to make the formatted value be same with the original input one.
|
const int NONE
const int BUILT_IN
const int EXACT_FORMAT