All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jchanghong.core.convert.NumberChineseFormater Maven / Gradle / Ivy

The newest version!
package com.jchanghong.core.convert;

/**
 * 数字转中文类
* 包括: *
 * 1. 数字转中文大写形式,比如一百二十一
 * 2. 数字转金额用的大写形式,比如:壹佰贰拾壹
 * 3. 转金额形式,比如:壹佰贰拾壹整
 * 
* * @author fanqun, looly * @deprecated 请使用 {@link NumberChineseFormatter} **/ @Deprecated public class NumberChineseFormater extends NumberChineseFormatter{ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy