public static Boolean toBool(string self, bool check) { return(FanBool.fromStr(self, check)); }
////////////////////////////////////////////////////////////////////////// // Conversion ////////////////////////////////////////////////////////////////////////// public static Boolean toBool(string self) { return(FanBool.fromStr(self, true)); }