Click or drag to resize

mxUtilsGetInt Method (DictionaryString, Object, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the value for key in dictionary as an int or 0 if no value is defined for the key.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static int GetInt(
	Dictionary<string, Object> dict,
	string key
)
Request Example View Source

Parameters

dict
Type: System.Collections.GenericDictionaryString, Object
Dictionary that contains the key, value pairs.
key
Type: SystemString
Key whose value should be returned.

Return Value

Type: Int32
Returns the integer value for key in dict.
See Also