扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.text类numberformat的类成员方法: isparseintegeronly定义及介绍
发布时间:2014-2-17
本文导语:
isparseintegeronly
public boolean isparseintegeronly()
如果此格式只将数作为整数解析,则返回 true。例如,在 english 语言环境中,如果 parseintegeronly 为 true,则字符串 "1234." 将作为整数值 1234 进行解析,且解析将在 "." 字符处停止。当然...