WebConfig
.
.
::
.
.
GetString Method (String, String)
Gets the string.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
string
GetString
(
string
keyName
,
string
defaultValue
)
Parameters
keyName
Type:
String
Name of the key.
defaultValue
Type:
String
The default value.
Return Value
returns string
See Also
WebConfig Class
GetString Overload
Core Namespace