Click or drag to resize

JObjectTryGetValue Method (String, JToken)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.TryGetValue(System.String,Stimulsoft.Base.Json.Linq.JToken@)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public bool TryGetValue(
	string propertyName,
	out JToken value
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.TryGetValue(System.String,Stimulsoft.Base.Json.Linq.JToken@)"]

value
Type: Stimulsoft.Base.Json.LinqJToken

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.TryGetValue(System.String,Stimulsoft.Base.Json.Linq.JToken@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.TryGetValue(System.String,Stimulsoft.Base.Json.Linq.JToken@)"]

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also