TextToUpper function

Pointer<Char> TextToUpper(
  1. Pointer<Char> text
)

Implementation

Pointer<Char> TextToUpper(Pointer<Char> text) => _module.TextToUpper(text);