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

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

Parameters

value
object value

Return Value

bool value
See Also