C# Class StatePrinting.ValueConverters.EnumConverter

Handles enums and prints their programatic name
Inheritance: IValueConverter
Afficher le fichier Open project: kbilsted/StatePrinter

Méthodes publiques

Méthode Description
CanHandleType ( Type t ) : bool
Convert ( object source ) : string

Method Details

CanHandleType() public méthode

public CanHandleType ( Type t ) : bool
t System.Type
Résultat bool

Convert() public méthode

public Convert ( object source ) : string
source object
Résultat string