| 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
)
Public Overridable Function GetInt32 (
key As String
) As Integer
Parameters
- key
- Type: SystemString
The key that represents the value, e.g. "/Globalsettings/System/Database/Trusted"
Return Value
Type:
Int32The value converted to
Int32 if the key exists, otherwise
.
See Also