扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.bind类datatypeconverter的类成员方法: parselong定义及介绍
发布时间:2014-2-18
本文导语:
parselong
public static long parselong(string lexicalxsdlong)
将字符串参数转换为一个 long 值。
参数:lexicalxsdlong - 包含 xsd:long 的词汇表示形式的字符串。
返回:字符串参数表示的 long 值。
抛出:
numberformatexception - 如果 lexicalxsdlong 不...