String format for only one decimal place? April 12, 2024 by Tarik Here is another way to format floating point numbers as you need it: string.Format("{0:F1}",6.33);