Package com.stimulsoft.report
Class Func.Es
java.lang.Object
com.stimulsoft.report.Func.Es
- Enclosing class:
Func
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertToWord(BigDecimal number, String currencyISO, long decimals, boolean female) main calculations including currency, décimals
-
Constructor Details
-
Es
public Es()
-
-
Method Details
-
convertToWord
public static String convertToWord(BigDecimal number, String currencyISO, long decimals, boolean female) throws StiException main calculations including currency, décimals- Parameters:
number- double number to convertcurrencyISO- currency to use in the Stringdecimals- number of double used- Returns:
- Throws:
StiException
-