Class

MeasurementFormatter

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

Declaration 宣言

class MeasurementFormatter : Formatter

Overview 概要

You use the string(from:) method to create a localized representation of an NSMeasurement object, and you use the string(from:) method to create a localized representation of an Unit object. The formatter takes into account the specified locale, unitStyle, and unitOptions when producing string representations of units and measurements. あなたはstring(from:)メソッドを使ってNSMeasurementオブジェクトのローカライズされた表現を作成します、そしてあなたはstring(from:)メソッドを使ってUnitオブジェクトのローカライズされた表現を作成します。フォーマッタは、指定されたlocale, unitStyleを、そしてunitOptionsを単位と寸法の文字列表現を生成する場合に考慮します。

Topics 話題

Specifying the Format 書式設定を指定する

Converting Measurements 寸法を変換する

Constants 定数

Instance Methods インスタンス メソッド

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠