[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.Util.GetBool

GetBool Method

GetBool(object, bool)

Converts an object to a boolean value.

Declaration
public static bool GetBool(object value, bool defaultValue)
Parameters
Type Name Description
object value

The object to convert.

bool defaultValue

The default value.

Returns
Type Description
bool

The converted value, or defaultValue if the object could not be converted.