System.ComponentModel.BooleanConverter Class

Provides a type converter to convert bool objects to and from various other representations.

See Also: BooleanConverter Members

Syntax

public class BooleanConverter : TypeConverter

Remarks

This converter can only convert a bool object to and from a string.

For more information about type converters, see the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.

Note:

You should never create an instance of a System.ComponentModel.BooleanConverter. Instead, call the TypeDescriptor.GetConverter(object) method of the System.ComponentModel.TypeDescriptor class. For more information, see the examples in the System.ComponentModel.TypeConverter base class.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0