C# 클래스 System.Data.DefaultValueTypeConverter

Provides a type converter that can be used to populate a list box with available types.
상속: System.ComponentModel.StringConverter
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
DefaultValueTypeConverter ( ) : System.ComponentModel

메소드 상세

ConvertFrom() 공개 메소드

public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
리턴 object

ConvertTo() 공개 메소드

public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType Type
리턴 object

DefaultValueTypeConverter() 공개 메소드

public DefaultValueTypeConverter ( ) : System.ComponentModel
리턴 System.ComponentModel