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