Get upper case version of provided string
Pointer<Char> TextToUpper(Pointer<Char> text) => _TextToUpper(text);