All Downloads are FREE. Search and download functionalities are using the official Maven repository.

converters.show.decimal.converter Maven / Gradle / Ivy

The newest version!
String visualize(){
    return (value==null)?"":(new java.text.DecimalFormat (converter.getConfig("format", "#0.00"))).format(value);
}
Object build(){
    return "IgnoreConvertionException";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy