public final class DoubleToStringConverter extends Object implements IConverter<Double,String,RuntimeException>
| Constructor and Description |
|---|
DoubleToStringConverter() |
DoubleToStringConverter(DecimalFormat format) |
public DoubleToStringConverter()
public DoubleToStringConverter(DecimalFormat format)
public String convert(Double value)
convert in interface IConverter<Double,String,RuntimeException>Copyright © 2007–2017 Andreas Bartels. All rights reserved.