Click or drag to resize

ITypeConversion Interface

Defines a conversion.

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

The ITypeConversion type exposes the following members.

Methods
  NameDescription
Public methodTryConvert
Converts the given value to the given type. A return value indicates whether the operation succeeded.
Top
See Also