C# Class System.Yaml.StringYamlDoubleQuoteEscapeExtention

Extend string object to have .DoubleQuoteEscape() / .DoubleQuoteUnescape().
Afficher le fichier Open project: jbruening/YamlSerializer-Fork

Méthodes publiques

Méthode Description
YamlDoubleQuoteEscape ( this s ) : string

Escape control codes with YAML double quoted string format.

YamlDoubleQuoteUnescape ( this s ) : string

Unescape control codes escaped with YAML double quoted string format.

Method Details

YamlDoubleQuoteEscape() public static méthode

Escape control codes with YAML double quoted string format.
public static YamlDoubleQuoteEscape ( this s ) : string
s this
Résultat string

YamlDoubleQuoteUnescape() public static méthode

Unescape control codes escaped with YAML double quoted string format.
public static YamlDoubleQuoteUnescape ( this s ) : string
s this
Résultat string