LocalizableStringTryGetValue Method |
Tries the get value.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.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
abstract TryGetValue :
key : string *
value : string byref -> bool
override TryGetValue :
key : string *
value : string byref -> bool
Parameters
- key String
- The key.
- value String
- The value.
Return Value
Boolean[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.LocalizableString.TryGetValue(System.String,System.String@)"]
Implements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also