Ensures that the input is of the correct case by modifying the name according to the value of the CodeIdentifiers.UseCamelCasing property.
A string that is the same as the input identifier or has the first letter's case modified.
If the value of the CodeIdentifiers.UseCamelCasing property is true and the first character of the input is a letter, it is made lowercase, if necessary. If the value of the CodeIdentifiers.UseCamelCasing is false, Pascal case is in effect and the first character, if a letter, is capitalized, if necessary.