public bool AsBoolean ();

返回

bool 布尔值元素的值。

描述

用于转换为 bool 的便捷函数。

该方法等同于 ((PlistElementBoolean) el).value。如果元素不是 PlistElementBoolean,则抛出异常。