FormatNumber in C#

  • Thread starter Thread starter fran
  • Start date Start date
F

fran

Hi!


I'm trying to use the FormatNumber function that appear in
vb in c#, but the complier does not recognize it,

Is there any function similar in c# ? What is the import
needed?


Thanks
 
There is a NumberFormatInfo class that you can use.
Namespace: System.Globalization


Chris R.
 
Back
Top