Returns a string value held in the dictionary, or the defaultValue if the key cannot be found.
            
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.8.37
Syntax
Parameters
- key
 - Type: System String
The key to be looked up in the dictionary. 
- defaultValue
 - Type: System String
The value to return if the key is not present in the dictionary. 
Return Value
A string value held in the dictionary, or defaultValue if the key could not be found.Remarks
| Type | ID | Info | 
|---|---|---|
| Message | Default data warning | No value found for key: myString, using default value instead: abcd | 
See Also