I have some string s that is locale specific (eg, 0.01 or 0,01). I want to convert this string to a NSDecimalNumber. From the examples I\'ve seen thus far on the interwebs
Years later:
+(NSDecimalNumber *)decimalNumberWithString:(NSString *)numericString in NSDecimalNumber.
+(NSDecimalNumber *)decimalNumberWithString:(NSString *)numericString
NSDecimalNumber