Verbose Logging

software development with some really amazing hair

T + G I F R

Pascal Case To Human Readable With C# Extension Methods

· · Posted in Programming
Tagged with

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.