Unplanned
Last Updated: 03 Feb 2023 14:26 by Akesh Gupta
Akesh Gupta
Created on: 03 Feb 2023 14:26
Category: UI for ASP.NET Core
Type: Feature Request
1
Create an overload of the ToCamelCase() method

Currently, the ToCamelCase() method lowers only the first letter, as per the example below:

image

Is it possible to create another overload of the ToCamelCase() method that transforms the string to "randomStatusId"?

0 comments