mrjt Messages: 705 Registered: March 2007 Location: London
Contributor
Basically the Convert classes provide a standard interface for converting between strings and various types, including extra validation such as limiting the number of input characters. These are primarily used by EditString, EditInt etc. as data parsers. See this thread for a good explanation.