Check out example codes for "c# float to string". It will help you in understanding the concepts better.
Code Example 1
string text;
float number;
float number = text.ToString();
Code Example 2
float number = 123;
String str_One = number.ToString();
By: Barry Cox
Learn ReactJs, React Native from akashmittal.com