TextToPascal function

String TextToPascal(
  1. String text
)

Implementation

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