Posts Tagged ‘reference’

Nice String Formatting Reference

http://idunno.org/archive/2004/14/01/122.aspx One of the painful things about good old ASP was string formatting, VBScript simply didn’t have anything useful. C# (and VB.Net) do, but MSDN doesn’t provide a quick reference to the formatting options. So here’s a quick reference. To compare string formatting in C# to those in C lets have an example, char szOutput[256]; [...]

Continue reading »