J
John Vottero
Why does String.Format have overrides of:
Format(string, object)
Format(string, object, object)
Format(string, object, object, object)
Format(string, params object[])
doesn't the last one cover the first three?
Format(string, object)
Format(string, object, object)
Format(string, object, object, object)
Format(string, params object[])
doesn't the last one cover the first three?