コード例 #1
0
 public static string Formats(this string format, params object[] args)
 {
     return(RCextensions.Formats(null, format, args));
 }