Click or drag to resize

JSONObjectTryGetValue Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the value associated with the specified key (CLR object's field or property name).

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool TryGetValue(
	string key,
	out Object value
)

Parameters

key
Type: SystemString
The key to look up.
value
Type: SystemObject
The value that was looked up.

Return Value

Type: Boolean
Whether the key is present.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also