Udostępnij przez


JsonPatch.GetGuid(ReadOnlySpan<Byte>) Method

Definition

Gets a Guid value at the specified JSON path.

public Guid GetGuid(ReadOnlySpan<byte> jsonPath);
member this.GetGuid : ReadOnlySpan<byte> -> Guid
Public Function GetGuid (jsonPath As ReadOnlySpan(Of Byte)) As Guid

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to