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

Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
GetConverter ( Type type ) : TypeConverter

Gets a type converter for the specified type.

Private Methods

Méthode Description
GetCoreConverterFromCoreType ( Type type ) : TypeConverter
GetCoreConverterFromCustomType ( Type type ) : TypeConverter

Method Details

GetConverter() public static méthode

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