首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Conversor de números (cifras) a su correspondiente en texto

Conversor de números (cifras) a su correspondiente en texto

  • 资源大小:294.40 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Conversor de números (cifras) a su correspondiente en texto. Ejemplo: * 1 - uno * 21 - veintiuno * 1.120,34 - mil ciento veinte con treinta y cuatro También permite la conversión de fechas y cantidades monetarias. Modo de Uso: #Conversor de número a texto Number2Text conversor = new Number2Text(); String dos = conversor.convert(2); String once = conversor.convert(11); String quinientos = conversor.convert(500); #Conversor de número a cantidad monetaria Money2Text conversor = new Money2Text(); String dos = conversor.convert(2); String once = conversor.convert(11); String quinientos = conversor.convert(500); #Conversor de fecha a texto Date2Text conversor = new Date2Text(); Date fecha = new Date(); GregorianCalendar fechaGre

文 件 列 表

number2text-1.0
docs
lib
commons-lang-2.3.jar
number2text-1.0.jar
docs
allclasses-frame.html
allclasses-noframe.html
constant-values.html
deprecated-list.html
help-doc.html
index.html
overview-tree.html
package-list
stylesheet.css
VIP VIP
0.203411s