StringDictTryGetValue Method |
Namespace:
Altova.RaptorXml.Beta.XPath
Assembly:
raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntaxpublic bool TryGetValue(
string key,
out string value
)
Public Function TryGetValue (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] String^% value
) sealed
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
BooleanImplements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also