A collection helper methods for use when implementing type converters.

Namespace:  Endeca.Data.ComponentModel
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public static class TypeConverterUtility
Visual Basic (Declaration)
Public NotInheritable Class TypeConverterUtility
Visual C++
public ref class TypeConverterUtility abstract sealed

Remarks

External code should not need to access this class. Instead the BindingUtility class in the Endeca.Web assembly should be used.

Inheritance Hierarchy

System..::.Object
  Endeca.Data.ComponentModel..::.TypeConverterUtility

See Also