public abstract class StringConverter<T>
extends Object
Converter defines conversion behavior between strings and objects.
The type of objects and formats of strings are defined by the subclasses
of Converter.
Converts the string provided into an object defined by the specific converter.
Format of the string and type of the resulting object is defined by the specific converter.
Parameters:
string - the String to convert
Returns:
an object representation of the string passed in.
Scripting on this page tracks web page traffic, but does not change the content in any way.