string s = "505";
int i = int.Parse(s);
MessageBox.Show(i.ToString("0.00"));