Typed integer 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 int GetInt(
	string key
)

Parameters

key
Type: System..::.String

Return Value

Returns the value as an integer of the key as an Int32 if parseable else 0.

See Also