BuildMaster SDK Reference
Version:

ReadBoolean(string key) Method

Reads the value for the specified key using the Inedo.Configuration.Sources.IConfigSource returned from GetConfigSource and attempts to convert the result to a boolean value.

Syntax

protected bool? ReadBoolean(string key)

Parameters

key
Type: string

Key of the value to read.

Returns

Boolean value if parsing was successful; otherwise null (Nothing in Visual Basic).