C# 클래스 StatePrinting.ValueConverters.StandardTypesConverter

Handles the printing of Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, IntPtr, UIntPtr, Char, Double, Single, decimal, Guid
상속: IValueConverter
파일 보기 프로젝트 열기: kbilsted/StatePrinter

공개 메소드들

메소드 설명
CanHandleType ( Type t ) : bool
Convert ( object source ) : string
StandardTypesConverter ( Configuration configuration ) : System

메소드 상세

CanHandleType() 공개 메소드

public CanHandleType ( Type t ) : bool
t System.Type
리턴 bool

Convert() 공개 메소드

public Convert ( object source ) : string
source object
리턴 string

StandardTypesConverter() 공개 메소드

public StandardTypesConverter ( Configuration configuration ) : System
configuration StatePrinting.Configurations.Configuration
리턴 System