CheckBool Method

MCManager API

Checks if the string is bool true/false value.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public static bool CheckBool(
	string str
)
Visual Basic (Declaration)
Public Shared Function CheckBool ( _
	str As String _
) As Boolean
Visual C++
public:
static bool CheckBool(
	String^ str
)

Parameters

str
Type: System..::.String
String to check.

Return Value

true/false depending on string contents.

See Also