Package com.softwaremining.platformutils
Class SMDecimalFormat
java.lang.Object
com.softwaremining.platformutils.SMDecimalFormat
this class represents a simplefied version of java.text.DecimalFormat;
It does not provide any support for negative formats (System does not use it),
It only supports '#', '0' and '.' in the pattern - e.g. "###0.00" or "####.00'
It also expects all decimals to use '0' as the pattern ie '0.00', and not '#0.##'
-
Constructor Summary
ConstructorDescriptionSMDecimalFormat
(String pattern) SMDecimalFormat
(String original, String pattern) Deprecated. -
Method Summary
-
Constructor Details
-
SMDecimalFormat
Deprecated.- Parameters:
original
-pattern
-
-
SMDecimalFormat
-
-
Method Details
-
format
-