how to make a float a string c# code example Example: C# type cast float to string float number = 123; String str_One = number.ToString(); By: Barry Cox