C# Class StatePrinting.ValueConverters.StringConverter

Handles the printing of string
Inheritance: IValueConverter
Datei anzeigen Open project: kbilsted/StatePrinter

Public Methods

Method Description
CanHandleType ( Type t ) : bool
Convert ( object source ) : string
StringConverter ( string quoteSymbol = "\"" ) : System

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

StringConverter() public method

public StringConverter ( string quoteSymbol = "\"" ) : System
quoteSymbol string
return System