Use general format to output a float point value

image_pdfimage_print
   
 
using System;
class Sample 
{

    public static void Main() 
    {
       Console.WriteLine("(G) General:. . . . . . . . . {0:G}
" + + -123, -123.45f); 
    }
}

   
     


This entry was posted in Data Types. Bookmark the permalink.