Udostępnij przez


JsonPatch.GetUInt32(ReadOnlySpan<Byte>) Method

Definition

Gets a UInt32 value at the specified JSON path.

public uint GetUInt32(ReadOnlySpan<byte> jsonPath);
member this.GetUInt32 : ReadOnlySpan<byte> -> uint32
Public Function GetUInt32 (jsonPath As ReadOnlySpan(Of Byte)) As UInteger

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to