var isForPersonHeightUse : Bool
A Boolean value that indicates whether the resulting string represents a person’s height.
結果文字列がある個人の身長を表しているかどうかを指し示すブール値。
func getObjectValue (AutoreleasingUnsafeMutablePointer<AnyObject?>?, for: String, errorDescription : AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool
This method is not supported for the
NSLengthFormatter
class.
このメソッドは、NSLengthFormatter
クラスに対してサポートされません。
var numberFormatter : NumberFormatter!
The number formatter used to format the numbers in length strings.
長さ文字列の中の数値を書式設定するために使われる数値フォーマッタ。
func string(fromMeters : Double) -> String
Returns a length string for the provided value.
提供される値に対する長さ文字列を返します。
func string(fromValue : Double, unit: LengthFormatter.Unit) -> String
Returns a properly formatted length string for the given value and unit.
与えられた値と単位に対して適切に書式設定された長さ文字列を返します。
func unitString (fromMeters : Double, usedUnit : UnsafeMutablePointer<LengthFormatter.Unit>?) -> String
Returns the unit string for the provided value.
提供された値に対する単位文字列を返します。
var unitStyle : Formatter.UnitStyle
The unit style used by this formatter.
フォーマッタによって使われる単位スタイル。