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

fromStr() public static method

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

Same methods

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