Get a string 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 string getStringParam( IDictionary<string, string> paramMap, string key, string defaultValue )
Parameters
- paramMap
- Type: System.Collections.GenericIDictionaryString, String
The parameter map. - key
- Type: SystemString
The key for the value. - defaultValue
- Type: SystemString
The default value to use if the parameter does not exist.
Return Value
Type: StringThe value of the parameter.
Remarks
See Also