2010-10-01 objective-cのintとStringの変換 Objective-c iPhone iPad いつも忘れる。 //文字列を数値に変換 [@"100" intValue ]; //数値を文字列に変換 [stringWithFormat : @"%d", 100];