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

Syntax

ISJsonToken.GetPropertyString(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 String Optional The value to return if the property was not found. If omitted, a value of Nothing is assumed.
found Boolean Optional ByRef Indicates whether the Property was found. If omitted, a value of False is assumed.

Return Value

String

A String value.

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