[This is preliminary documentation and is subject to change.]

Represents base class for type-safe TypeConverter's

The TypeConverter<(Of <(<'T>)>)>..::..ITypeConverter<(Of <(<'TOther>)>)> generic type exposes the following members.

Methods

  NameDescription
Public methodConvertFrom
Performs conversion from type TOther to type T
(Inherited from TypeConverter<(Of <(<'T>)>)>..::..ITypeConverterFrom<(Of <(<'TOther>)>)>.)
Public methodConvertTo
Performs conversion from type T to type TOther
(Inherited from TypeConverter<(Of <(<'T>)>)>..::..ITypeConverterTo<(Of <(<'TOther>)>)>.)

See Also