TextToUpper function

String TextToUpper(
  1. String text
)

Implementation

String TextToUpper(
  String text,
) => _module.TextToUpper(text);