TextToInteger function

int TextToInteger(
  1. String text
)

Implementation

int TextToInteger(
  String text,
) => _module.TextToInteger(text);