internal static string Format(long value, IFormatProvider provider) { return(NumberFormat.GetIntegerInstance().Format(value)); }