Category Archives: Extension Methods

Split a Camel-Cased word into its components

I needed to split a camel-cased word into it’s component parts, and found the following extension method to help out. It works pretty well.

Posted in .NET, C# Snippets, Extension Methods, Uncategorized | Leave a comment