Skip to content

Instantly share code, notes, and snippets.

@milleniumbug
Created December 19, 2017 21:02
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 milleniumbug/cf9b62cac32a07899378feef6c06c776 to your computer and use it in GitHub Desktop.
Save milleniumbug/cf9b62cac32a07899378feef6c06c776 to your computer and use it in GitHub Desktop.
return format != null
? string.Format(format, value)
: value.ToString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment