decimalNumberWithString:locale:

INDEX>Foundation>NSDecimalNumber 十進数オブジェクトを文字から作って返します Objective-C +(NSDecimalNumber *)decimalNumberWithString:(NSString *)numericString: locale:(NSDictionary *)locale: 解説 十進数オブジェクトを文字から作って返します。 3e5(=300000)のような表記も使えます。 【location】数字の中に…