C# Класс Monobjc.Foundation.UUID

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
a uint
b ushort
c ushort
d byte

Открытые методы

Метод Описание
StringValue ( UUID value ) : NSString
ToGuid ( UUID value ) : System.Guid
ToString ( ) : String

Returns the a string representation of this instance.

Описание методов

StringValue() публичный статический Метод

public static StringValue ( UUID value ) : NSString
value UUID
Результат NSString

ToGuid() публичный статический Метод

public static ToGuid ( UUID value ) : System.Guid
value UUID
Результат System.Guid

ToString() публичный Метод

Returns the a string representation of this instance.
public ToString ( ) : String
Результат String

Описание свойств

a публичное свойство

Specifies the first 8 hexadecimal digits of the UUID.

public uint a
Результат uint

b публичное свойство

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

public ushort b
Результат ushort

c публичное свойство

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

public ushort c
Результат ushort

d публичное свойство

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
Результат byte