This package is for standard string converters for JavaFX.
Package Specification
This package is for standard {@link javafx.util.StringConverter string converters}
for JavaFX. Example use cases for these implementations include:
  
    - JavaFX binding API
        for converting Objects to and from Strings, when the binding requires this.
- In JavaFX UI controls such as {@link javafx.scene.control.ComboBox ComboBox} 
        and {@link javafx.scene.control.ChoiceBox ChoiceBox}