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

UUIDString

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

Declaration 宣言

@property(readonly, copy) NSString *UUIDString;

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 CFUUIDRef object. このプロパティを、あなたがNSUUIDオブジェクトの文字列表現を必要とするときに使ってください — 例えば、CFUUIDRefオブジェクトとの比較に。

See Also 参照

Get UUID Values UUID値を取得する