init?(String)
Instantiates an instance of the conforming type from a string representation.
準拠する型のインスタンスを文字列表現から初期化します。
Availability
Technology
protocol LosslessStringConvertible
For example, the integer value 1050 can be represented in its entirety as the string “1050”. 例えば、整数値1050はそっくりそのまま文字列「1050」として表されることができます。
The description property of a conforming type must be a value-preserving representation of the original value. As such, it should be possible to re-create an instance from its string representation. 準拠する型の説明プロパティは、元の値の値保全表現でなければなりません。それなので、それはそれの文字列表現からインスタンスの再度作成が可能であるべきです。
init?(String)
protocol CustomStringConvertible
protocol CustomDebugStringConvertible