Click or drag to resize

StringDictTryGetValue Method

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public bool TryGetValue(
	string key,
	out string value
)

Parameters

key
Type: SystemString
value
Type: SystemString

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also