Click or drag to resize

ConfigurationManagerGetInt32 Method

Gets the Int32 value for the specified key.

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public virtual int GetInt32(
	string key
)

Parameters

key
Type: SystemString
The key that represents the value, e.g. "/Globalsettings/System/Database/Trusted"

Return Value

Type: Int32
The value converted to Int32 if the key exists, otherwise .
See Also