Click or drag to resize

AppSettingsHelperReadBoolean Method

[Missing <summary> documentation for "M:Casewhere.Common.AppSettingsHelper.ReadBoolean(System.String)"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool ReadBoolean(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Casewhere.Common.AppSettingsHelper.ReadBoolean(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Casewhere.Common.AppSettingsHelper.ReadBoolean(System.String)"]

See Also