在iPhone上:確定十進制數字的編號爲貨幣
Using the US locale, a currency looks like this: $1,234.56 Using the UK locale, a currency looks like this: £1,234.56 Using the German (Germany) locale, a currency looks like this: 1.234,56 € and finally, a Japanese currency: ¥1,234
日本的貨幣沒有小數和這會影響我的自定義鍵盤顯著。我試圖在Cocoa-touch框架中找到一個方法,它會告訴我一個特定貨幣有多少小數點 - 我的硬編碼值爲2並不是我公平的:(
任何人都可以幫忙嗎?
NSNumberFormatter非常出色。格式化程序沒有格式化問題,因爲格式化程序都是由我完成的。我只是無法確定如何確定需要預留多少個小數位。感謝鏈接 - 有趣的東西。 – rein 2009-07-12 19:52:37