toFloat

    Converts the string representing a decimal number into a float. This method stops on the first non-number character, except the first decimal point (.) and the exponent letter (e). See also isValidFloat.

    StringName.swift:1538
    final func toFloat() -> Double

    Other members in extension

    Typealiases

    Type members

    Instance members