Marius Vasile

Marius Vasile

  • 586
  • 1.8k
  • 136.8k

Save double as string

Aug 23 2024 3:39 PM

I am trying to save a number type double as string. Ex. 2.45 with

double nota = count * 0.25 where count is int

txtNota. Text = nota.ToString();

but I have an error type for the string


Answers (3)