C# Class StatePrinting.ValueConverters.EnumConverter

Handles enums and prints their programatic name
Inheritance: IValueConverter
Mostrar archivo Open project: kbilsted/StatePrinter

Public Methods

Method Description
CanHandleType ( Type t ) : bool
Convert ( object source ) : string

Method Details

CanHandleType() public method

public CanHandleType ( Type t ) : bool
t System.Type
return bool

Convert() public method

public Convert ( object source ) : string
source object
return string