Converts a string to PascalCase format.
The input string to be converted to PascalCase.
If set to true, any special characters in the string will be removed before conversion.
The input string converted to PascalCase format.
Generated using TypeDoc
Converts a string to PascalCase format.