I have a bunch of C defines that I need to port to C#. The C defines are in block caps with underscores, .Net enums should be camelcase.
Any way of converting them a
You can import your defines into your C# project and by using Resharper you will be able to refactor and rename it quickly and accuratly.
C#