TextToLower function

String TextToLower(
  1. String text
)

Implementation

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