Skip to content

Instantly share code, notes, and snippets.

@tnngo2
Created April 6, 2012 09:27
Show Gist options
  • Save tnngo2/2318468 to your computer and use it in GitHub Desktop.
Save tnngo2/2318468 to your computer and use it in GitHub Desktop.
float flotNum = 500.25F;
string stNum = flotNum.ToString();
Console.WriteLine(stNum);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment