Produces a camel-case string from an input string.
identifier The name of a code entity, such as a method parameter, typically taken from an XML element or attribute name.
A camel-case version of the parameter string.
The CodeIdentifier.MakeCamel(string) method converts the initial character from an upper-case to lower-case letter, if necessary.
You do not need to call this method directly.