public class FormatHelper
extends java.lang.Object
| Constructor and Description |
|---|
FormatHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatBigNumber(long value)
Format like ###000000
|
static java.lang.String |
formatMediumNumber(long value)
Format like 0000
|
static java.lang.String |
formatSmallNumber(long value)
Format like 00
|
public static java.lang.String formatSmallNumber(long value)
value - to formatpublic static java.lang.String formatMediumNumber(long value)
value - to formatpublic static java.lang.String formatBigNumber(long value)
value - to format