Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created October 9, 2019 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/c55cc4711939bb762d234d0e7243043d to your computer and use it in GitHub Desktop.
Save IntegerMan/c55cc4711939bb762d234d0e7243043d to your computer and use it in GitHub Desktop.
public void MyMethod(string value) {
if (value == null) {
value = "Batman";
}
// Do something with value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment