C# Class Monobjc.Foundation.UUID

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
a uint
b ushort
c ushort
d byte

Méthodes publiques

Méthode 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 méthode

public static StringValue ( UUID value ) : NSString
value UUID
Résultat NSString

ToGuid() public static méthode

public static ToGuid ( UUID value ) : System.Guid
value UUID
Résultat System.Guid

ToString() public méthode

Returns the a string representation of this instance.
public ToString ( ) : String
Résultat String

Property Details

a public_oe property

Specifies the first 8 hexadecimal digits of the UUID.

public uint a
Résultat uint

b public_oe property

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

public ushort b
Résultat ushort

c public_oe property

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

public ushort c
Résultat 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
Résultat byte