Skip to content

Instantly share code, notes, and snippets.

@pietervp
Created June 29, 2012 11:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pietervp/3017367 to your computer and use it in GitHub Desktop.
public static string Format(string format, object arg0, object arg1)
{
return Format(null, format, new object[] { arg0, arg1 });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment