Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcConvert Class / ToBool Method
Value to convert


ToBool Method
Converts the specified value to a boolean value.
Syntax
'Declaration
 
Public Shared Function ToBool( _
   ByVal value As Object _
) As Boolean
 
'Usage
 
Dim value As Object
Dim value As Boolean
 
value = CalcConvert.ToBool(value)

Parameters

value
Value to convert

Return Value

Boolean value equivalent to the specified value
Exceptions
ExceptionDescription
Value cannot be converted.
See Also