.Net

TwitterFacebook
Get flash to fully experience Pearltrees
I couldn’t find a quick reference to .NET string formatting using the String.Format() function, so I created this one (which has also spawned this String Formatting FAQ ). When I started working with the .NET framework, one thing puzzled me. I couldn’t find sprintf(). sprintf() is the C function that takes an output buffer, a format string, and any number of arguments, and builds a string for you. For example: http://blog.stevex.net/string-formatting-in-csharp/

Compiled » String Formatting in C#