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