C# 클래스 MemberConverter, code

상속: TypeConverter
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
CanConvertFrom ( ITypeDescriptorContext context, Type, sourceType ) : bool
ConvertFrom ( ITypeDescriptorContext context, CultureInfo, culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, CultureInfo, culture, object value, Type, destinationType ) : object

메소드 상세

CanConvertFrom() 공개 메소드

public CanConvertFrom ( ITypeDescriptorContext context, Type, sourceType ) : bool
context ITypeDescriptorContext
sourceType Type,
리턴 bool

ConvertFrom() 공개 메소드

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

ConvertTo() 공개 메소드

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