parseBool method

bool parseBool (String s)

Other function name for getBoolFromString()

Implementation

static bool parseBool(String s) {
  return getBoolFromString(s);
}