Ejemplo n.º 1
0
 public static string FormatWith(this string format, IFormatProvider provider, object arg0)
 {
     return(XStrings.FormatWith(format, provider, arg0));
 }
Ejemplo n.º 2
0
 public static string FormatWith(this string format, IFormatProvider provider, params object[] args)
 {
     return(XStrings.FormatWith(format, provider, args));
 }