TextToFloat function

double TextToFloat(
  1. String text
)

Implementation

double TextToFloat(
  String text,
) => _module.TextToFloat(text);