Verbose Logging

software development with some really amazing hair

12 May 09

10:32 PM MDT

Posted in Programming

Pascal case to human readable with C# extension methods

I wrote this a while ago on my old blog, so I’m just reposting here. It’s useful since you can have an enum of error codes, which also, when converted to human readable text, are useful messages.

Here’s how I did it.

Share/Bookmark

blog comments powered by Disqus