C# Class StatePrinting.ValueConverters.StandardTypesConverter

Handles the printing of Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, IntPtr, UIntPtr, Char, Double, Single, decimal, Guid
Inheritance: IValueConverter
Afficher le fichier Open project: kbilsted/StatePrinter

Méthodes publiques

Méthode Description
CanHandleType ( Type t ) : bool
Convert ( object source ) : string
StandardTypesConverter ( Configuration configuration ) : System

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

StandardTypesConverter() public méthode

public StandardTypesConverter ( Configuration configuration ) : System
configuration StatePrinting.Configurations.Configuration
Résultat System