Click here to Skip to main content
15,899,025 members
Articles / Programming Languages / C#

CaseConverter: A Class for Converting to Different Casing Styles

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
6 Feb 2024MIT 2.1K   16   2  
Easily convert identifiers from one casing style to another with this simple to use class
Code generators often need to do case conversion in order to convert friendly names or names from other structured text documents to appropriately cased identifiers in your code. Here's some code for doing exactly that.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions