IDataDictionary GetInt Method C# API
Overload List

  NameDescription
Public methodGetInt(String)
Returns an integer value held in the dictionary.
Public methodGetInt(String, Int32)
Returns an integer value held in the dictionary, or the defaultValue if the key cannot be found.
Back to Top
See Also