fromStr() public static méthode

public static fromStr ( string s ) : Boolean
s string
Résultat 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));
        }