Freigeben über


JsonPatch.GetInt16(ReadOnlySpan<Byte>) Method

Definition

Gets a Int16 value at the specified JSON path.

public short GetInt16(ReadOnlySpan<byte> jsonPath);
member this.GetInt16 : ReadOnlySpan<byte> -> int16
Public Function GetInt16 (jsonPath As ReadOnlySpan(Of Byte)) As Short

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to