C# Class Open.Core.Common.Controls.Editors.PropertyGridStructure.Converters.TypeConverterHelper

Datei anzeigen Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
GetConverter ( Type type ) : TypeConverter

Gets a type converter for the specified type.

Private Methods

Method Description
GetCoreConverterFromCoreType ( Type type ) : TypeConverter
GetCoreConverterFromCustomType ( Type type ) : TypeConverter

Method Details

GetConverter() public static method

Gets a type converter for the specified type.
public static GetConverter ( Type type ) : TypeConverter
type System.Type The type of the value to convert.
return System.ComponentModel.TypeConverter