MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CBool Method / CBool(String) Method
string value

In This Topic
CBool(String) Method
In This Topic
Converts string to bool
Syntax
'Declaration
 
Public Overloads Shared Function CBool( _
   ByVal value As String _
) As Boolean
 

Parameters

value
string value

Return Value

bool value
See Also