- getUUIDBytes:
Returns the UUID as bytes.
UUIDをバイトとして返します。
Availability 有効性
Technology
@property(readonly, copy) NSString
*UUIDString;
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
オブジェクトとの比較に。
- getUUIDBytes: