{CompanyName} FlexyGo

Util..::..StrToBool Method

Converts Strings with the "true", "verdadero", "on", "1", "-1" values into a bool.

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static bool StrToBool(
	string aStr
)
Public Shared Function StrToBool ( _
	aStr As String _
) As Boolean

Parameters

aStr
Type: String
A string.

Return Value

true if is boolean string, false otherwise.