創建無符號長隆可能重複:
Storing and retrieving unsigned long long value to/from NSString從NSString的
我想創建一個無符號的字符串中的很長很長,所以我可以在其他地方,但沒有使用的價值這樣做很多運氣...這是我用來嘗試這個
-(void)unsignedLongValue{
NSString *theString = [NSString stringWithFormat:@"%llu", [NSNumber
unsignedLongLongValue]];
theString = [[_message objectForKey:@"user"] objectForKey:@"id"];
NSLog(@"%llu");
}
如果你有一個y建議或瞭解任何優秀的文章如果您能通知我,我會非常感激!謝謝!
檢查這個線程http://stackoverflow.com/questions/1181637/storing-and-retrieving-unsigned-long-long-value-to-from- nsstring –
要請求支持從NSString中讀取無符號值,請訪問http://bugreport.apple.com並提交一份雷達:// 2264733對組件'Foundation | X'。 –