Click or drag to resize

ITypeConverter Interface

Defines a type converter.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public interface ITypeConverter : ITypeConversion

The ITypeConverter type exposes the following members.

Properties
  NameDescription
Public propertyOptions
Gets the converion options.
Top
Methods
  NameDescription
Public methodTryConvert
Converts the given value to the given type. A return value indicates whether the operation succeeded.
(Inherited from ITypeConversion.)
Top
See Also