C# 클래스 System.Yaml.UriEncoding

Escape / Unescape string in URI encoding format Charset that is not escaped is represented NonUriChar member. NonUriChar = new Regex(@"[^0-9A-Za-z\-_.!~*'()\\;/?:@&=$,\[\]]");
파일 보기 프로젝트 열기: jbruening/YamlSerializer-Fork 1 사용 예제들

공개 메소드들

메소드 설명
Escape ( string s ) : string
EscapeForTag ( string s ) : string
Unescape ( string s ) : string

비공개 메소드들

메소드 설명
HexToInt ( char c ) : int
IntToHex ( int c ) : string
IntToHex ( int c1, int c2 ) : string
IntToHex ( int c1, int c2, int c3 ) : string

메소드 상세

Escape() 공개 정적인 메소드

public static Escape ( string s ) : string
s string
리턴 string

EscapeForTag() 공개 정적인 메소드

public static EscapeForTag ( string s ) : string
s string
리턴 string

Unescape() 공개 정적인 메소드

public static Unescape ( string s ) : string
s string
리턴 string