public static string Format(StringTable table, string name, params string[] arguments) { return(String.Format(table.GetByName(name), arguments)); }