Converts the string provided into an object defined by the specific converter.
Converts the string provided into an object defined by the specific converter.
String
to be converted to a T instance.
A new T instance generated from argument.
Converts the object provided into its string form.
Converts the object provided into its string form.
A T instance to be its String version.
String version of argument.
Wraps a JavaFX
StringConverter
.Type to be converted from/to
String
.