Gets the entry associated with this key if present.
Namespace: GroupDocs.Conversion.CachingAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.7.0.0 (22.7)
Syntaxbool TryGetValue(
string key,
out Object value
)
Function TryGetValue (
key As String,
<OutAttribute> ByRef value As Object
) As Boolean
bool TryGetValue(
String^ key,
[OutAttribute] Object^% value
)
abstract TryGetValue :
key : string *
value : Object byref -> bool
Parameters
- key
- Type: SystemString
A key identifying the requested entry. - value
- Type: SystemObject
The located value or null.
Return Value
Type:
Boolean if the key was found.
See Also