JsonPatch.GetDouble(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.