System.Windows.Forms 1.0.5000.0 2.0.0.0 System.ComponentModel.TypeConverter Typically, you do not directly create an instance of an . Instead, you call the method of class. For more information about type converters and to view code examples, see the base class and [<topic://cpconImplementingTypeConverter>]. Provides a type converter to convert opacity values to and from a string. Constructor This is the default constructor supplied by the compiler. Typically, you do not directly create an instance of an . Instead, call the method of class. For more information, see the code examples in the base class. Initializes an instance of the class. 1.0.5000.0 2.0.0.0 Method System.Boolean The is expected to be a . Returns a value indicating whether this converter can convert an object of the specified source type to the native type of the converter that uses the specified context. true if this converter can perform the conversion; otherwise, false. A that provides information about the context of a type converter. The that represents the type you want to convert from. 1.0.5000.0 2.0.0.0 Method System.Object The method is specialized to convert values that represent percentages or decimal fractions to their corresponding values, which represent the opacity as a percentage. Types other than are passed to the base class implementation of this method. Converts the specified object to the converter's native type. An that represents the converted . A that provides information about the context of a type converter. The locale information for the conversion. The object to convert. 1.0.5000.0 2.0.0.0 Method System.Object The method is specialized to convert integral values to their percentage representations. Other types are passed to the base class implementation of this method. Converts from the converter's native type to a value of the destination type. An that represents the converted . A that provides information about the context of a type converter. The locale information for the conversion. The value to convert. The type to convert the object to. 1.0.5000.0 2.0.0.0