cefsharp / CefSharp.Extensions

Extensions/Addons to CefSharp
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Model Binding - ConvertNameToCamelCase incorrect result when second char is uppercase #2

Closed amaitland closed 4 years ago

amaitland commented 4 years ago

ConvertNameToCamelCase incorrectly treats AString as all uppercase and preserves the casing.

camelCase says that if the entire string is uppercase to preserve it.