Search
JsonObject.GetValue Method (String, JsonValue)
See Also
 





Returns the value associated with the specified key, or a default value if the key is not present in the dictionary.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public JsonValue GetValue (
    string key,
    JsonValue defaultValue
)

Visual Basic  Copy Code

Public Function GetValue( _
    key As String, _
    defaultValue As JsonValue _
) As JsonValue

 Parameters

key

defaultValue

 Return Value

 See Also