C# type cast float to string

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

By: Barry Cox
Source

Also in C#: