public static string Formats(this string format, params object[] args) { return(RCextensions.Formats(null, format, args)); }