Instance Property インスタンスプロパティ

uuidString

The UUID as a string. 文字列としてのUUID。

Declaration 宣言

var uuidString: String { get }

Discussion 議論

A string containing a formatted UUID for example E621E1F8-C36C-495A-93FC-0C247A3E6E5F. 書式設定されたUUIDを含んでいる文字列、例えばE621E1F8-C36C-495A-93FC-0C247A3E6E5F

Use this property when you need a string representation of the NSUUID object—for example, to compare with a CFUUID object. このプロパティを、あなたがNSUUIDオブジェクトの文字列表現を必要とするときに使ってください — 例えば、CFUUIDオブジェクトとの比較に。

See Also 参照

Get UUID Values UUID値を取得する