Keyoti RapidSpell Web .NET Help Docs
TryGetValue Method (key, value)
API DocumentationKeyoti.RapidSpell.fastJSONSafeDictionary<(Of <(<'TKey, TValue>)>)>TryGetValue(TKey, TValue%)
Keyoti RapidSpell Web .NET
Helper
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool TryGetValue(
	TKey key,
	out TValue value
)
public bool TryGetValue(
	TKey key,
	out TValue value
)
Public Function TryGetValue ( 
	key As TKey,
	<OutAttribute> ByRef value As TValue
) As Boolean
Public Function TryGetValue ( 
	key As TKey,
	<OutAttribute> ByRef value As TValue
) As Boolean
public:
bool TryGetValue(
	TKey key, 
	[OutAttribute] TValue% value
)
public:
bool TryGetValue(
	TKey key, 
	[OutAttribute] TValue% value
)
member TryGetValue : 
        key : 'TKey * 
        value : 'TValue byref -> bool 
member TryGetValue : 
        key : 'TKey * 
        value : 'TValue byref -> bool 
Parameters
key (TKey)
value (TValue%)
Return Value
Boolean

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331