This method of the IDataFormat interface removes the formatting from the user-editable data and restores the original database format.
public Object unformat(Locale locale, Object data);
locale | The locale to use when removing the data format. |
data | The user-editable data. |
Returns a database format.
If the locale parameter is null, the current thread locale should be used. The type of the data parameter must be the same as the type returned from format.