C# Class System.Yaml.YamlDoubleQuoteEscaping

YAML style double quoted string escape / unescape.
Afficher le fichier Open project: jbruening/YamlSerializer-Fork Class Usage Examples

Méthodes publiques

Méthode Description
Escape ( string s ) : string

Escape control codes, double quotations, backslashes in the YAML double quoted string format

Unescape ( string s ) : string

Unescape control codes, double quotations, backslashes escape in the YAML double quoted string format

Private Methods

Méthode Description
YamlDoubleQuoteEscaping ( ) : System.Collections.Generic

Initialize tables

escapeChar ( Match m ) : string
unescapeChar ( Match m ) : string

Method Details

Escape() public static méthode

Escape control codes, double quotations, backslashes in the YAML double quoted string format
public static Escape ( string s ) : string
s string
Résultat string

Unescape() public static méthode

Unescape control codes, double quotations, backslashes escape in the YAML double quoted string format
public static Unescape ( string s ) : string
s string
Résultat string