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

fromStr() public static method

public static fromStr ( string s ) : Range
s string
return Range
        public static Range fromStr(string s)
        {
            return fromStr(s, true);
        }

Same methods

Range::fromStr ( string s, bool check ) : Range