JsonObjectGetOrDefault Method (String, String) |
Gets value stored under given key and casts it to String. If not such member exists
than defaultValue is returned.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonString GetOrDefault(
string key,
string defaultValue
)
Public Function GetOrDefault (
key As String,
defaultValue As String
) As JsonString
Parameters
- key
- Type: SystemString
The key under which is value stored. - defaultValue
- Type: SystemString
Default value returned in case no such member exists.
Return Value
Type:
JsonStringValue stored under given key casted to String.
Exceptions See Also