Class
NSMeasurementFormatter
A formatter that provides localized representations of units and measurements.
単位と寸法のローカライズされた表現を提供するフォーマッタ。
Overview
概要
You use the stringFromMeasurement:
method to create a localized representation of an NSMeasurement
object, and you use the stringFromUnit:
method to create a localized representation of an NSUnit
object. The formatter takes into account the specified locale
, unitStyle
, and unitOptions
when producing string representations of units and measurements.
あなたはstringFromMeasurement:
メソッドを使ってNSMeasurement
オブジェクトのローカライズされた表現を作成します、そしてあなたはstringFromUnit:
メソッドを使ってNSUnit
オブジェクトのローカライズされた表現を作成します。フォーマッタは、指定されたlocale
, unitStyle
を、そしてunitOptions
を単位と寸法の文字列表現を生成する場合に考慮します。
Topics
話題
Specifying the Format
書式設定を指定する
unitOptions
The options for how the unit is formatted.
単位が書式設定される方法に対するオプション。
locale
The locale of the formatter.
フォーマッタのロケール。
numberFormatter
The number formatter used to format the quantity of a measurement.
ある寸法の量を書式設定するために使われる数値フォーマッタ。
Converting Measurements
寸法を変換する
- stringFromMeasurement:
Creates and returns a localized string representation of the provided measurement.
提供された寸法のローカライズされた文字列表現を作成して返します。
- stringFromUnit:
Creates and returns a localized string representation of the provided unit of measure.
提供された寸法単位のローカライズされた文字列表現を作成して返します。