【发布时间】:2017-04-05 05:07:05
【问题描述】:
NSInteger someNumber = 211242;
我想知道一些函数,以便返回类似于 “仅 2011242 卢比”的字符串
【问题讨论】:
-
使用 NSNumberFormatter
-
@Anbu.Karthik 我尝试了给定的链接并得到了
two hundred eleven thousand two hundred forty-two。如何获取Two lakh eleven thousand而不是two hundred eleven thousand? -
@RajeshkumarR - 它的示例链接,如何工作
标签: ios objective-c nsinteger