C# Class System.Yaml.StringYamlDoubleQuoteEscapeExtention

Extend string object to have .DoubleQuoteEscape() / .DoubleQuoteUnescape().
Datei anzeigen Open project: jbruening/YamlSerializer-Fork

Public Methods

Method 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 method

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

YamlDoubleQuoteUnescape() public static method

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