C# 클래스 System.Yaml.StringYamlDoubleQuoteEscapeExtention

Extend string object to have .DoubleQuoteEscape() / .DoubleQuoteUnescape().
파일 보기 프로젝트 열기: jbruening/YamlSerializer-Fork

공개 메소드들

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

메소드 상세

YamlDoubleQuoteEscape() 공개 정적인 메소드

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

YamlDoubleQuoteUnescape() 공개 정적인 메소드

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