WebAppHelper SettingIsTrue Method A Sandcastle Documented Class Library
Provides a static method for checking application configuration settings to see if a flag has been set to true.

Namespace: P4s3Web.WebAppHelperLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool SettingIsTrue(
	string setting,
	NameValueCollection Application
)

Parameters

setting
Type: System String
Application
Type: System.Collections.Specialized NameValueCollection

Return Value

Type: Boolean
See Also