Freigeben über


JsonPatch.GetInt32(ReadOnlySpan<Byte>) Method

Definition

Gets a Int32 value at the specified JSON path.

public int GetInt32(ReadOnlySpan<byte> jsonPath);
member this.GetInt32 : ReadOnlySpan<byte> -> int
Public Function GetInt32 (jsonPath As ReadOnlySpan(Of Byte)) As Integer

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to