DOFUtilgetStringParam Method OpenDOF Object Access Library
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: String
The value of the parameter.
Remarks

Get a string value from a parameter map.
See Also

Reference