Fan.Sys.NumPattern.NumPattern C# (CSharp) Method

NumPattern() static private method

static private NumPattern ( ) : System
return System
        static NumPattern()
        {
            cache("00");    cache("000");       cache("0000");
              cache("0.0");   cache("0.00");      cache("0.000");
              cache("0.#");   cache("#,###.0");   cache("#,###.#");
              cache("0.##");  cache("#,###.00");  cache("#,###.##");
              cache("0.###"); cache("#,###.000"); cache("#,###.###");
              cache("0.0#");  cache("#,###.0#");  cache("#,###.0#");
              cache("0.0##"); cache("#,###.0##"); cache("#,###.0##");
        }

Same methods

NumPattern::NumPattern ( string s ) : System