C# 클래스 System.Yaml.YamlDoubleQuoteEscaping

YAML style double quoted string escape / unescape.
파일 보기 프로젝트 열기: jbruening/YamlSerializer-Fork 1 사용 예제들

공개 메소드들

메소드 설명
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