Skip to main content
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.