Skip to content

Instantly share code, notes, and snippets.

@IliaIdakiev
Created November 28, 2013 12:38
Show Gist options
  • Save IliaIdakiev/7691243 to your computer and use it in GitHub Desktop.
Save IliaIdakiev/7691243 to your computer and use it in GitHub Desktop.
C# number to comma separated string
double number = 2000.4;
number.ToString("#,##0.##")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment