C# 클래스 Open.Core.Common.Controls.Editors.PropertyGridStructure.Converters.TypeConverterHelper

파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
GetConverter ( Type type ) : TypeConverter

Gets a type converter for the specified type.

비공개 메소드들

메소드 설명
GetCoreConverterFromCoreType ( Type type ) : TypeConverter
GetCoreConverterFromCustomType ( Type type ) : TypeConverter

메소드 상세

GetConverter() 공개 정적인 메소드

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