fromStr() 공개 정적인 메소드

public static fromStr ( string s ) : Boolean
s string
리턴 Boolean
예제 #1
0
 public static Boolean toBool(string self, bool check)
 {
     return(FanBool.fromStr(self, check));
 }
예제 #2
0
        //////////////////////////////////////////////////////////////////////////
        // Conversion
        //////////////////////////////////////////////////////////////////////////

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