var format: String
The receiver’s format.
レシーバのもつ書式設定。
var formattingContext : Formatter.Context
The capitalization formatting context used when formatting a number.
ある数値を書式設定している時に使われるキャピタライゼーション書式設定文脈。
var formatWidth : Int
The format width used by the receiver.
レシーバによって使われる書式設定幅。
var negativeFormat : String!
The format the receiver uses to display negative values.
レシーバが使って負の値を表示する書式設定。
var positiveFormat : String!
The format the receiver uses to display positive values.
レシーバが使って正の値を表示する書式設定。