toBool method

bool toBool()

Implementation

bool toBool() {
  _preconditionType(typeCodeBool, _typeCode);
  return _data;
}