Charting for WinForms Programmer's Guide
JsonObject.GetValue Method (String)
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
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public JsonValue GetValue (
    string key
)

Visual Basic  Copy Code

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

 Parameters

key

 Return Value

 See Also

GetValue Method Overload List
JsonObject Members
JsonObject Class
MindFusion.Json Namespace