Class Func.PtBr

java.lang.Object
com.stimulsoft.report.Func.PtBr
Enclosing class:
Func

public static class Func.PtBr extends Object
  • Constructor Details

    • PtBr

      public PtBr()
  • Method Details

    • numToStr

      public static String numToStr(BigDecimal value)
      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

      public static String numToStr(BigDecimal value, boolean uppercase, String dollars, String cents)
      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.