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.
|
public static YamlDoubleQuoteEscape ( this s ) : string | ||
s | this | |
return | string |
public static YamlDoubleQuoteUnescape ( this s ) : string | ||
s | this | |
return | string |