Produces a Pascal-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 Pascal-case version of the parameter string.
The CodeIdentifier.MakePascal(string) method converts the initial character from a lower-case to upper-case letter, if necessary.
You do not need to call this method directly.