integerValue
The NSInteger value of the string.
Declaration
var integerValue: Int { get }Discussion
The NSInteger value of the string, assuming a decimal representation and skipping whitespace at the beginning of the string. This property is 0 if the string 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.