DOFUtilgetBoolParam Method OpenDOF Object Access Library
Get a boolean 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 bool getBoolParam(
	IDictionary<string, string> paramMap,
	string key,
	bool defaultValue
)

Parameters

paramMap
Type: System.Collections.GenericIDictionaryString, String
The parameter map.
key
Type: SystemString
The key for the value.
defaultValue
Type: SystemBoolean
The default value to use if the parameter does not exist or could not be created.

Return Value

Type: Boolean
The value of the parameter.
Remarks

Get a boolean value from a parameter map.
See Also

Reference