binToInt

    Converts the string representing a binary number into an integer. The string may optionally be prefixed with "0b", and an additional - prefix for negative numbers.

    StringName.swift:1564
    final func binToInt() -> Int64

    Other members in extension

    Typealiases

    Type members

    Instance members