Converts the string to Pascal case.
Returns the Pascal cased string.
pascalCase('equipment class name')// 'EquipmentClassName'
The string to convert
Generated using TypeDoc
Converts the string to Pascal case.
Returns
Returns the Pascal cased string.
Example