Package com.stimulsoft.report
Class Func.Zh
java.lang.Object
com.stimulsoft.report.Func.Zh
- Enclosing class:
Func
Class contains methods for the String representation of numbers values with Chinese language speciality. Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String数字转换成大写汉字主函数(main function)static StringtoWordsZh(BigDecimal num) Convert value to String
-
Constructor Details
-
Zh
public Zh()
-
-
Method Details
-
toWordsZh
Convert value to String- Parameters:
num- number to convert- Returns:
- resulting String
-
toCurrencyWordsZh
数字转换成大写汉字主函数(main function)- Parameters:
num-- Returns:
- 返回转换后的大写汉字
-