Typed Boolean value of a configuration key

Namespace:  EPiServer.Log.Core
Assembly:  EPiServer.Log.Core (in EPiServer.Log.Core.dll) Version: 6.0.530.0

Syntax

C#
public bool GetBool(
	string key
)

Parameters

key
Type: System..::.String

Return Value

Returns true as a Boolean value if the value key is true or not 0.

See Also