Returns true/false for a yes/no 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 ParseYesNo(
	string yesno
)
Visual Basic (Declaration)
Public Shared Function ParseYesNo ( _
	yesno As String _
) As Boolean
Visual C++
public:
static bool ParseYesNo(
	String^ yesno
)

Parameters

yesno
Type: System..::.String
String to check

Return Value

True if yes, False if no

See Also