I don't think you can.
You only need to really apply the formatting where necessary, using the string formatting classes.
If you want to format currencies, use the C (currency), floats use F, hexadecimals use X.
There are lots of formatting types. Look on the msdn website for more formatting techniques.
Regards,
Dominic
|