Hi,
how can i convert a TextField value to float in C#?
so thanks.
float.Parse() function will do that job.
floatvar = float.Parse(stringvar)