The measurement value to format. 書式設定する寸法値。
Instance Method
インスタンスメソッド
format(_:)
Creates a string representation of a measurement.
ある寸法の文字列表現を作成します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func format(_ measurement: Measurement
<UnitType >) -> AttributedString
Parameters パラメータ
measurement
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Formatting a Measurement ある寸法を書式設定する
static func list<MemberStyle, Base>( memberStyle : MemberStyle, type: ListFormatStyle<MemberStyle, Base>.ListType, width: ListFormatStyle<MemberStyle, Base>.Width) -> ListFormatStyle<MemberStyle, Base>
Creates a list format style using the provided format style and list style.
リスト書式設定スタイルをこの提供された書式設定スタイルとリストスタイルを使って作成します。
static func list<Base>(type: ListFormatStyle<StringStyle, Base>.ListType, width: ListFormatStyle<StringStyle, Base>.Width) -> ListFormatStyle<StringStyle, Base>
Creates a list format style using the provided type and width.
リスト書式設定スタイルをこの提供された型と幅を使って作成します。