Class

NSMeasurementFormatter

A formatter that provides localized representations of units and measurements. 単位と寸法のローカライズされた表現を提供するフォーマッタ。

Declaration 宣言

@interface NSMeasurementFormatter : NSFormatter

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 書式設定を指定する

Converting Measurements 寸法を変換する

Constants 定数

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠