Some fields can be localized according to the current locales of user. Some of the examples are decimal field and date field.
Native JS API toLocaleString is able to only format the value, not to parse.
We need a way to do reverse thing - parse a value from string.