1 如果您能告訴我如何在NSString範圍內轉換十六進制字母,我將不勝感激。 @"50A6C2",使用Objective-C進行小數運算。提前致謝。如何將十六進制字符串轉換爲十進制? 來源 2011-05-14 max_ +0 提到[this](http://stackoverflow.com/questions/934790/how-can-i-convert-hex-number-to-integers-and-strings-in-objective-c)post – 2011-05-14 13:43:26
3 最簡單的方法是使用NSScanner,特別是方法scanHexInt:或scanHexLongLong:。另一種可能是從NSString獲取C字符串,並使用C風格的函數,如strtol(以16爲底)。 來源 2011-05-14 13:51:26 Anomie +0 是嗎?可能使用objective-c將rgb轉換爲十六進制? – 2011-05-14 14:20:23
提到[this](http://stackoverflow.com/questions/934790/how-can-i-convert-hex-number-to-integers-and-strings-in-objective-c)post – 2011-05-14 13:43:26