C# Class Monobjc.Foundation.UUID

Exibir arquivo Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
a uint
b ushort
c ushort
d byte

Public Methods

Method Description
StringValue ( UUID value ) : NSString
ToGuid ( UUID value ) : System.Guid
ToString ( ) : String

Returns the a string representation of this instance.

Method Details

StringValue() public static method

public static StringValue ( UUID value ) : NSString
value UUID
return NSString

ToGuid() public static method

public static ToGuid ( UUID value ) : System.Guid
value UUID
return System.Guid

ToString() public method

Returns the a string representation of this instance.
public ToString ( ) : String
return String

Property Details

a public_oe property

Specifies the first 8 hexadecimal digits of the UUID.

public uint a
return uint

b public_oe property

Specifies the first group of 4 hexadecimal digits of the UUID.

public ushort b
return ushort

c public_oe property

Specifies the second group of 4 hexadecimal digits of the UUID.

public ushort c
return ushort

d public_oe property

Array of eight elements. The first two elements contain the third group of 4 hexadecimal digits of the UUID. The remaining six elements contain the final 12 hexadecimal digits of the UUID.

public byte d
return byte