C# Класс Plugin.BLE.Abstractions.Extensions.GuidExtension

Показать файл Открыть проект

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

Метод Описание
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)

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

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

Extract the Bluetooth "Assigned Number" from a Uuid
public static PartialFromUuid ( this uuid ) : string
uuid this a Guid of the form {00002A37-0000-1000-8000-00805f9b34fb}
Результат string

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

public static ToHexString ( this bytes ) : string
bytes this
Результат string

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

Create a full Guid from the Bluetooth "Assigned Number" (short version)
public static UuidFromPartial ( this @partial ) : System.Guid
@partial this
Результат System.Guid