[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcConvert.ToBool

ToBool Method

ToBool(object)

Converts the specified value to a boolean value.

Declaration
public static bool ToBool(object value)
Public Shared Function ToBool(value As Object) As Boolean
Parameters
Type Name Description
object value

Value to convert

Returns
Type Description
bool

Boolean value equivalent to the specified value

Exceptions
Type Condition
InvalidCastException

Value cannot be converted.