mxUtilsGetInt Method |
| Name | Description | |
|---|---|---|
| GetInt(DictionaryString, Object, String) |
Returns the value for key in dictionary as an int or 0 if no value is
defined for the key.
| |
| GetInt(DictionaryString, Object, String, Int32) |
Returns the value for key in dictionary as an int or the given default
value if no value is defined for the key.
|