Share via


JsonPatch.GetDouble(ReadOnlySpan<Byte>) Method

Definition

Gets a double value at the specified JSON path.

public double GetDouble(ReadOnlySpan<byte> jsonPath);
member this.GetDouble : ReadOnlySpan<byte> -> double
Public Function GetDouble (jsonPath As ReadOnlySpan(Of Byte)) As Double

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to