Udostępnij przez


JsonPatch.GetDecimal(ReadOnlySpan<Byte>) Method

Definition

Gets a decimal value at the specified JSON path.

public decimal GetDecimal(ReadOnlySpan<byte> jsonPath);
member this.GetDecimal : ReadOnlySpan<byte> -> decimal
Public Function GetDecimal (jsonPath As ReadOnlySpan(Of Byte)) As Decimal

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to