Package com.core.util.convert
Class SCurrencyUtil
- java.lang.Object
-
- com.core.util.convert.SCurrencyUtil
-
public class SCurrencyUtil extends java.lang.Object- Author:
- Sokkheang.huo
-
-
Constructor Summary
Constructors Constructor Description SCurrencyUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.math.BigDecimalBigDecimalRoundUP(java.math.BigDecimal amount)static java.lang.StringConvertAmount(double amount)static java.lang.StringconvertNumberToLetter(long n)static SListListAllCurrency()static java.lang.StringnumToEng(java.lang.String amount)static java.lang.StringnumToEng(java.math.BigDecimal amount)static java.lang.StringPercentageFormat(java.lang.String percent)
-
-
-
Method Detail
-
numToEng
public static java.lang.String numToEng(java.lang.String amount) throws SException- Throws:
SException
-
numToEng
public static java.lang.String numToEng(java.math.BigDecimal amount) throws SException- Throws:
SException
-
convertNumberToLetter
public static java.lang.String convertNumberToLetter(long n) throws SException- Throws:
SException
-
BigDecimalRoundUP
public static java.math.BigDecimal BigDecimalRoundUP(java.math.BigDecimal amount) throws SException- Throws:
SException
-
ListAllCurrency
public static SList ListAllCurrency()
-
ConvertAmount
public static java.lang.String ConvertAmount(double amount)
-
PercentageFormat
public static java.lang.String PercentageFormat(java.lang.String percent) throws SException- Throws:
SException
-
-