Parse values to NetServer format
How to parse values to NetServer format
When a user enters a value, it needs to be converted into a formatted value before being sent back to the web service for processing. This conversion needs to happen on the client, where we know the localization settings (the current culture).
If the user types in 1234,5 (a Norwegian floating-point value), we need to turn this into a floating-point value.
Related topics
CultureDataFormatterEncoded valuesField-value formats and conventionsMessageParse Query Into RestrictionsCreate and update messages