Share via


JsonPatch.GetUInt64(ReadOnlySpan<Byte>) Method

Definition

Gets a UInt64 value at the specified JSON path.

public ulong GetUInt64(ReadOnlySpan<byte> jsonPath);
member this.GetUInt64 : ReadOnlySpan<byte> -> uint64
Public Function GetUInt64 (jsonPath As ReadOnlySpan(Of Byte)) As ULong

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to