You can use the class System.Convert
Convert have inside:
- ToDecimal()
- ToDouble()
- ToSingle()
- Etc...
And all the objects have an ToString() function.
Here you Have, Hector.
Using ToString() will cause boxing and un-boxing since ToString is a method
of an object. Its better to use Convert.ToString().
--
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
"Hector Martinez" <heco...@yahoo.com.mx> wrote in message
news:024301c31289$b456c1f0$3301...@phx.gbl...