Fan.Sys.Depend.fromStr C# (CSharp) Method

fromStr() public static method

public static fromStr ( string str ) : Depend
str string
return Depend
        public static Depend fromStr(string str)
        {
            return fromStr(str, true);
        }

Same methods

Depend::fromStr ( string str, bool check ) : Depend