Class StiFunctionsStrings

java.lang.Object
com.stimulsoft.report.dictionary.StiFunctionsStrings

public class StiFunctionsStrings extends Object
  • Constructor Details

    • StiFunctionsStrings

      public StiFunctionsStrings()
  • Method Details

    • roman

      public static String roman(int value)
    • arabic

      public static String arabic(int value)
    • arabic

      public static String arabic(String value)
    • toWordsRu

      public static String toWordsRu(BigDecimal value)
    • toWordsRu

      public static String toWordsRu(BigDecimal value, Boolean upperCase)
    • toCurrencyWordsEs

      public static String toCurrencyWordsEs(BigDecimal number, String currencyISO, long decimals) throws StiException
      Throws:
      StiException
    • toCurrencyWords

      public static String toCurrencyWords(BigDecimal value)
    • toCurrencyWords

      public static String toCurrencyWords(BigDecimal value, boolean showCents)
    • toCurrencyWords

      public static String toCurrencyWords(BigDecimal value, boolean upperCase, boolean showCents)
    • toCurrencyWords

      public static String toCurrencyWords(BigDecimal value, boolean upperCase, boolean showCents, String dollars, String cents)
    • toCurrencyWordsEs

      public static String toCurrencyWordsEs(BigDecimal number, String currencyISO, long decimals, boolean female) throws StiException
      Throws:
      StiException
    • toCurrencyWordsZh

      public static String toCurrencyWordsZh(BigDecimal value)
    • toCurrencyWordsRu

      public static String toCurrencyWordsRu(BigDecimal value)
    • toCurrencyWordsRu

      public static String toCurrencyWordsRu(BigDecimal value, boolean showCents)
    • toCurrencyWordsRu

      public static String toCurrencyWordsRu(BigDecimal value, boolean showCents, String currency)
    • toCurrencyWordsRu

      public static String toCurrencyWordsRu(BigDecimal value, String currency, boolean upperCase)
    • toWords

      public static String toWords(BigDecimal value)
    • toWords

      public static String toWords(BigDecimal value, Boolean upperCase)
    • toWordsUa

      public static String toWordsUa(BigDecimal value)
    • toWordsUa

      public static String toWordsUa(BigDecimal value, Boolean upperCase)
    • toCurrencyWordsPtBr

      public static String toCurrencyWordsPtBr(BigDecimal value)
    • toCurrencyWordsPtBr

      public static String toCurrencyWordsPtBr(double value)
    • toCurrencyWordsPtBr

      public static String toCurrencyWordsPtBr(BigDecimal value, boolean uppercase, String dollars, String cents)
    • toCurrencyWordsPtBr

      public static String toCurrencyWordsPtBr(double value, boolean uppercase, String dollars, String cents)
    • persian

      public static String persian(int value)
    • persian

      public static String persian(String value)
    • toProperCase

      public static String toProperCase(String value)
    • substring

      public static String substring(Object str, int startIndex, int length)
    • left

      public static String left(Object str, int length)
    • right

      public static String right(Object str, int length)
    • mid

      public static String mid(Object str, int startIndex, int length)
    • toOrdinal

      public static String toOrdinal(Long value)
    • compare

      public static int compare(String str1, String str2)
    • tryParseLong

      public static boolean tryParseLong(String value)
    • parseLong

      public static long parseLong(String value)