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