32 if (formatString ==
"1" || formatString.Length == 0)
43 for (
int i = 0; i <= formatString.Length; i++)
64 if (val.
Count == 1 && val[0].ValueType ==
typeof(
double))
74 for (
int i = 0; i < val.
Count; i++)
98 bool flag =
num2 < num;
123 if (num <= 2147483647.0)
138 zero = (char)(startChar - 1);
void Add(TKey key, TValue value)
static byte Max(byte val1, byte val2)
StringBuilder Append(char value, int repeatCount)
static bool IsAlphaNumeric(char ch)
static TokenInfo CreateFormat(string formatString, int startIdx, int tokLen)
static TokenInfo CreateSeparator(string formatString, int startIdx, int tokLen)
static double Round(double value)
static unsafe string DoubleToString(double dbl)