longLongValue
The long long value of the string.
Declaration
var longLongValue: Int64 { get }Discussion
The long long value of the string, assuming a decimal representation and skipping whitespace at the beginning of the string. This property is LLONG_MAX or LLONG_MIN on overflow. This property is 0 if the receiver doesn’t begin with a valid decimal text representation of a number.
This property uses formatting information stored in the non-localized value; use an Scanner object for localized scanning of numeric values from a string.