C# Класс System.Yaml.YamlDoubleQuoteEscaping

YAML style double quoted string escape / unescape.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
YamlDoubleQuoteEscaping ( ) : System.Collections.Generic

Initialize tables

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

Описание методов

Escape() публичный статический Метод

Escape control codes, double quotations, backslashes in the YAML double quoted string format
public static Escape ( string s ) : string
s string
Результат string

Unescape() публичный статический Метод

Unescape control codes, double quotations, backslashes escape in the YAML double quoted string format
public static Unescape ( string s ) : string
s string
Результат string