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[]