> I' like to now how to use formatting strings for certain or all methods in
> ..net ..
[quoted text clipped - 10 lines]
> would be a good place to have them .. but alas ... and it also seems that
> nto all the toString() methods seem to work the same.
.NET has exactly what you are looking for with the ToString() method. To
see the formatting strings, look in the documentation for the ToString()
method in the derived class. e.g., to see how to format dates, look up the
"DateTime.ToString method" in the .NET documentation.
In addition, here is an handy reference on string formatting in .NET:
http://blog.stevex.net/index.php/string-formatting-in-csharp/

Signature
Timm Martin
Mini-Tools
.NET Components and Windows Software
http://www.mini-tools.com