Format the value.
Parameters: value - the value to format the formatted string, fit for display in a UI throws: IllegalArgumentException - the value could not be formatted
Parse the formatted string representation of a value, restoring the
value.
Parameters: formattedString - the formatted string representation Parameters: targetClass - the target class to convert the formatted value to the parsed value throws: InvalidFormatException - the string was in an invalid form