Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
nDump
Transformation
Escaping
ValueEscapingStrategy
C# Class nDump.Transformation.Escaping.ValueEscapingStrategy
Inheritance:
IEscapingStrategy
Afficher le fichier
Open project: SteveMoyer/nDump
Class Usage Examples
Méthodes publiques
Méthode
Description
Escape
(
string
value
) :
string
Escape
(
string
values
) :
string[]
Private Methods
Méthode
Description
EscapeWithQuote
(
string
value
) :
string
IsNullEmptyOrNullString
(
string
thisvalue
) :
bool
Method Details
Escape()
public
méthode
public
Escape
(
string
value
) :
string
value
string
Résultat
string
Escape()
public
méthode
public
Escape
(
string
values
) :
string[]
values
string
Résultat
string[]