The IDataFormat interface has the following methods:
addOnFormatChanged assigns a delegate to the formatChanged event.
format formats data from a database format into a user-editable format.
removeOnFormatChanged removes the delegate assigned to the formatChanged event.
unformat removes the formatting from the user-editable data and restores the original database format.