Package com.stimulsoft.report
Class Func.Convert
java.lang.Object
com.stimulsoft.report.Func.Convert
- Enclosing class:
Func
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]fromBase64String(String base64) static StringConverts the number to the arabic representation.static StringConverts all digits in the String to the arabic representation.static BigDecimaltoBigDecimal(Object value) static booleanstatic charstatic StiDateTimetoDateTime(Object value) static doublestatic doublestatic intstatic longstatic StringtoRoman(int value) Converts Arabic numerals to Roman.static doublestatic Stringstatic String
-
Constructor Details
-
Convert
public Convert()
-
-
Method Details
-
fromBase64String
-
toRoman
Converts Arabic numerals to Roman.- Parameters:
value- Arabic numerals for converting to the Roman format.- Returns:
- Returns Arabics numerals in Roman.
-
toArabic
Converts the number to the arabic representation.- Parameters:
value- A number for converting into the arabic representation.useEasternDigits- Use eastern or standard arabic digits.- Returns:
- String representation of the value with arabic digits.
-
toArabic
Converts all digits in the String to the arabic representation.- Parameters:
value- A String for converting into the arabic representation.useEasternDigits- Use eastern or standard arabic digits.- Returns:
- String with arabic digits.
-
toSingle
-
toDouble
-
toDecimal
-
toBigDecimal
-
toInt32
-
toInt
-
toBoolean
-
toChar
-
toString
-
toString
-
toDateTime
-