Returns an int 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.7.98
Syntax
Parameters
- key
- Type: System String
The key to be looked up in the dictionary.
- defaultValue
- Type: System Int32
The value to return if the key is not present in the dictionary.
Return Value
An int value held in the dictionary, or the defaultValue if the key cannot be found.Implements
IDataDictionary GetInt(String, Int32)See Also