Returns true/false for a true/false string

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

Parameters

truefalse
Type: System..::.String
String to check

Return Value

True if true, False if no

See Also