- stringFromUnit:
Creates and returns a localized string representation of the provided unit of measure.
提供された寸法単位のローカライズされた文字列表現を作成して返します。
Availability 有効性
Technology
- (NSString
*)stringFromMeasurement:(NSMeasurement
*)measurement;
measurement
The measurement to be represented. 表現されることになる寸法。
A user-readable string that represents the measurement. この寸法を表す、利用者が読むことができる文字列。
- stringFromUnit: