Method ToCamelCase
ToCamelCase(string)
Converts a string to camel case by lower casing the first letter (only the first letter is modified).
Parameters
value
stringThe string to camel case.
Returns
- string
The camel cased string.
Converts a string to camel case by lower casing the first letter (only the first letter is modified).
value
stringThe string to camel case.
The camel cased string.