C# 클래스 TechdaysDemo.BindingConverters.StringIntBindingConverter

상속: IBindingTypeConverter
파일 보기 프로젝트 열기: jlaanstra/TechdaysDemo

공개 메소드들

메소드 설명
GetAffinityForObjects ( Type lhs, Type rhs ) : int
TryConvert ( object from, Type toType, object conversionHint, object &result ) : bool

메소드 상세

GetAffinityForObjects() 공개 메소드

public GetAffinityForObjects ( Type lhs, Type rhs ) : int
lhs System.Type
rhs System.Type
리턴 int

TryConvert() 공개 메소드

public TryConvert ( object from, Type toType, object conversionHint, object &result ) : bool
from object
toType System.Type
conversionHint object
result object
리턴 bool