Fanbool defines the methods for sys::Bool. The actual class used for representation is System.Boolean.
Exemple #1
0
 public static Boolean toBool(string self, bool check)
 {
     return(FanBool.fromStr(self, check));
 }
Exemple #2
0
        //////////////////////////////////////////////////////////////////////////
        // Conversion
        //////////////////////////////////////////////////////////////////////////

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