Package com.stimulsoft.report
Class Func.PtBr
java.lang.Object
com.stimulsoft.report.Func.PtBr
- Enclosing class:
Func
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringnumToStr(BigDecimal value) Converts the specified value to its equivalent String representation.static StringnumToStr(BigDecimal value, boolean uppercase, String dollars, String cents) Converts the specified value to its equivalent String representation.
-
Constructor Details
-
PtBr
public PtBr()
-
-
Method Details
-
numToStr
Converts the specified value to its equivalent String representation.- Parameters:
value- A value containing a number to convert.- Returns:
- Returns the String representation of the decimal value.
-
numToStr
Converts the specified value to its equivalent String representation.- Parameters:
value- A value containing a number to convert.uppercase-dollars-cents-- Returns:
- Returns the String representation of the decimal value.
-