Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
StatePrinting
ValueConverters
StringConverter
C# Class StatePrinting.ValueConverters.StringConverter
Handles the printing of
string
Inheritance:
IValueConverter
Exibir arquivo
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