Метод | Описание | |
---|---|---|
PartialFromUuid ( this uuid ) : string |
Extract the Bluetooth "Assigned Number" from a Uuid
|
|
ToHexString ( this bytes ) : string | ||
UuidFromPartial ( this @partial ) : System.Guid |
Create a full Guid from the Bluetooth "Assigned Number" (short version)
|
public static PartialFromUuid ( this uuid ) : string | ||
uuid | this | a Guid of the form {00002A37-0000-1000-8000-00805f9b34fb} |
Результат | string |
public static ToHexString ( this bytes ) : string | ||
bytes | this | |
Результат | string |
public static UuidFromPartial ( this @partial ) : System.Guid | ||
@partial | this | |
Результат | System.Guid |