Convert the string to PascalCase.
Example:
assert (Strings.toPascalCase ("hello_world") == "HelloWorld");
the string.
PascalCase string.