Freigeben über


JsonPatch.GetInt8(ReadOnlySpan<Byte>) Method

Definition

Gets a Int8 value at the specified JSON path.

public sbyte GetInt8(ReadOnlySpan<byte> jsonPath);
member this.GetInt8 : ReadOnlySpan<byte> -> sbyte
Public Function GetInt8 (jsonPath As ReadOnlySpan(Of Byte)) As SByte

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to