Fan.Sys.Time.fromLocale C# (CSharp) Method

fromLocale() public static method

public static fromLocale ( string s, string pattern ) : Time
s string
pattern string
return Time
        public static Time fromLocale(string s, string pattern)
        {
            return fromLocale(s, pattern, true);
        }

Same methods

Time::fromLocale ( string s, string pattern, bool check ) : Time