&tag(Objective-C/数値); &tag(Objective-C,数値); *目次 [#j1b2046f] #contents *参考情報 [#y04fe2c3] *変換 [#k68b9e55] ** NSNumberをintに変換 [#l92c2c85] int n = [number intValue]; **NSNumberを文字列に変換 [#s0506294] NSString *str = [number stringValue]; *フォーマット [#g155a04a] **3桁ずつカンマで区切る [#f1a51fa7]