3
Answers

Save double as string

Marius Vasile

Marius Vasile

Aug 23
417
1

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)