예제 #1
0
 internal static string Format(long value, IFormatProvider provider)
 {
     return(NumberFormat.GetIntegerInstance().Format(value));
 }