Skip to content

Instantly share code, notes, and snippets.

@christopherbauer
Created June 24, 2015 19:54
Show Gist options
  • Save christopherbauer/2e33810e1660c7669e72 to your computer and use it in GitHub Desktop.
Save christopherbauer/2e33810e1660c7669e72 to your computer and use it in GitHub Desktop.
You know
public static class Misspellings
{
public static string ToStrign(this object obj)
{
return obj.ToString();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment