Returns true/false for a true/false string
Namespace:
HS.Sys.TheEnterprise.Common.LaserbearAssembly: 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