Get a Double value from a Property of the current JSON Token.

Syntax

ISJsonToken.GetPropertyDouble(propertyName, [defaultValue], [found])

Parameters

NameTypeOptionalByRefDescription
propertyName String The case-sensitive Property Name to locate, e.g., "contactDetails" or the path of a property, e.g., "contactDetails.notes".
defaultValue Double Optional The value to return if the property was not found. If omitted, a value of 0 is assumed.
found Boolean Optional ByRef Indicates whether the Property was found. If omitted, a value of False is assumed.

Return Value

Double

A Double value.

Member of:
ISJsonToken
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0