SIFWorks ADK 2.0
GetBool Method (key)
NamespacesEdustructures.UtilPropertiesGetBool(String)

[This is preliminary documentation and is subject to change.]

Returns a boolean value from the specified named property from the "appSettings" section of the app.config
Declaration Syntax
C#Visual BasicVisual C++
public static bool GetBool(
	string key
)
Public Shared Function GetBool ( _
	key As String _
) As Boolean
public:
static bool GetBool (
	String^ key
)
Parameters
key (String)
the key of the value that should be returned
Return Value
true if the specified property is equal to "true"

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10