Get Pascal case notation version of provided string
Pointer<Char> TextToPascal(Pointer<Char> text) => _TextToPascal(text);