Click or drag to resize

ConfigGetAppKey Method

Gets the application key.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string GetAppKey(
	string key,
	bool toLower = false,
	string defReturn = ""
)

Parameters

key
Type: SystemString
The key.
toLower (Optional)
Type: SystemBoolean
if set to true [to lower].
defReturn (Optional)
Type: SystemString
The default value to return if key doesn't exist or is empty.

Return Value

Type: String
String from AppKey in *.config file *or* default
See Also