扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类internationalformatter的类成员方法: stringtovalue定义及介绍
发布时间:2014-2-18
本文导语:
stringtovalue
public object stringtovalue(string text)
throws parseexception
返回 string text 的 object 表示形式。
覆盖:类 defaultformatter 中的 stringtovalue
参数:text - 要转换的 string
返回:文本的 object 表示形式
抛出:
parseexcepti...