Home All Groups Group Topic Archive Search About
Author
29 Mar 2005 8:30 AM
Marios Koumides
I have to do a lot of formating on numbers, like padding with zeros,
cut some digits etc. Anybody knows of available methods in VB.NET ?

Thanks a lot,
Marios Koumides

Author
29 Mar 2005 9:04 AM
Cor Ligthert
Marios,

Have a look at the overloaded ToString functions.

I hope this helps,

Cor
Author
29 Mar 2005 10:54 AM
Herfried K. Wagner [MVP]
"Marios Koumides" <koumi***@gmail.com> schrieb:
>I have to do a lot of formating on numbers, like padding with zeros,
> cut some digits etc. Anybody knows of available methods in VB.NET ?

..NET Framework Developer's Guide -- Numeric Format Strings
<URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpconnumericformatstrings.asp>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>