C# Class TechdaysDemo.BindingConverters.IntStringBindingConverter

Inheritance: IBindingTypeConverter
Afficher le fichier Open project: jlaanstra/TechdaysDemo

Méthodes publiques

Méthode Description
GetAffinityForObjects ( Type lhs, Type rhs ) : int
TryConvert ( object from, Type toType, object conversionHint, object &result ) : bool

Method Details

GetAffinityForObjects() public méthode

public GetAffinityForObjects ( Type lhs, Type rhs ) : int
lhs System.Type
rhs System.Type
Résultat int

TryConvert() public méthode

public TryConvert ( object from, Type toType, object conversionHint, object &result ) : bool
from object
toType System.Type
conversionHint object
result object
Résultat bool