asBool method

bool asBool ()

Implementation

bool asBool(){
  assert(_isStream != null && !_isStream);
  return asString() == "true";
}