doubleValue
double
.
文字列の浮動小数点値、double
として。
floatValue
float
.
文字列の浮動小数点値、float
として。
integerValue
NSInteger
value of the string.
文字列のNSInteger
値。
longLongValue
long long
value of the string.
文字列のlong long
値。
boolValue
Availability 有効性
Technology
@property(readonly) int intValue;
The integer value of the string, assuming a decimal representation and skipping whitespace at the beginning of the string. This property is INT
or INT
on overflow. This property is 0
if the string doesn’t begin with a valid decimal text representation of a number.
文字列の整数値、10進表現を仮定しています、そして文字列の始まりでの空白を飛ばします。このプロパティは、オーバーフローではINT
またはINT
です。このプロパティは0
です、もしある数の有効な10進テキスト表現で、文字列が始まらないならば。
This property uses formatting information stored in the non-localized value; use an NSScanner
object for localized scanning of numeric values from a string.
このプロパティは、ローカライズされない値において格納される書式設定情報を使います;NSScanner
オブジェクトを文字列から数値のローカライズされた走査をするのに使ってください。
In macOS 10.5 and later, use integer
instead.
macOS 10.5以降では、integer
を代わりに使ってください。
doubleValue
double
.
文字列の浮動小数点値、double
として。
floatValue
float
.
文字列の浮動小数点値、float
として。
integerValue
NSInteger
value of the string.
文字列のNSInteger
値。
longLongValue
long long
value of the string.
文字列のlong long
値。
boolValue
- scanInt: