Freigeben über


JsonPatch.GetInt64(ReadOnlySpan<Byte>) Method

Definition

Gets a Int64 value at the specified JSON path.

public long GetInt64(ReadOnlySpan<byte> jsonPath);
member this.GetInt64 : ReadOnlySpan<byte> -> int64
Public Function GetInt64 (jsonPath As ReadOnlySpan(Of Byte)) As Long

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to