Inherited from IDictionary.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
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
abstract TryGetValue :
key : string *
value : string byref -> bool
override TryGetValue :
key : string *
value : string byref -> bool
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
BooleanImplements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also