Is there a good online tool for testing .NET format strings?
The tool would allow you to see how a format string would format a sample value.
E.g. In Chris Sells old Format Designer utility you could enter a 1234.567 and a format string of "#,000.00" and the tool shows "1,234.57".