func getBytes (UnsafeMutablePointer<UInt8>)
Returns the UUID as bytes.
UUIDをバイトとして返します。
Availability 有効性
Technology
var uuidString: String
{ get }
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
オブジェクトとの比較に。
func getBytes (UnsafeMutablePointer<UInt8>)