parseBool method

bool parseBool()

Implementation

bool parseBool() {
  return (this == 1);
}