Type Method 型メソッド

localizedString(from:number:)

Returns a localized number string with the specified style. 指定された形式でローカライズされた数値文字列を返します。

Declaration 宣言

class func localizedString(from num: NSNumber, 
                    number nstyle: NumberFormatter.Style) -> String

Parameters パラメータ

num

The number to localize ローカライズする数値。

localizationStyle

The localization style to use. See NumberFormatter.Style for the supported values. 使用するローカリゼーション様式。NumberFormatter.Styleを支持される値のために見てください。

Return Value 戻り値

An appropriately formatted NSString. 適切に書式設定されたNSString

See Also 参照

Converting Between Numbers and Strings 数値と文字列の間で変換する