RegistryHelper..::..GetBoolean Method

Gets the boolean.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool GetBoolean(
	string company,
	string applicationName,
	string windowName,
	string keyString
)

Parameters

company
Type: String
The company.
applicationName
Type: String
Name of the application.
windowName
Type: String
Name of the window.
keyString
Type: String
The key string.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
ArgumentNullExceptionApplicationName cannot be null or left empty.