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