Get an integer value from a parameter map.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static int getIntParam( IDictionary<string, string> paramMap, string key, int defaultValue )
Parameters
- paramMap
- Type: System.Collections.GenericIDictionaryString, String
The parameter map. - key
- Type: SystemString
The key for the value. - defaultValue
- Type: SystemInt32
The default value to use if the parameter does not exist or could not be created.
Return Value
Type: Int32The value of the parameter.
Remarks
See Also