var doubleValue : Double
The floating-point value of the string as a
double
.
文字列の浮動小数点値、double
として。
var intValue : Int32
The integer value of the string.
文字列の整数値。
var integerValue : Int
The
NSInteger
value of the string.
文字列のNSInteger
値。
var longLongValue : Int64
The
long long
value of the string.
文字列のlong long
値。
var boolValue : Bool
The Boolean value of the string.
文字列のブール値。