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