c# float to string

C#
float number = 123;
String str_One = number.ToString();

By: Barry Coxstring text;
float number;
float number = text.ToString();
Source

Also in C#: