C# 클래스 NGit.Util.QuotedString.BourneStyle

Quoting style used by the Bourne shell.
Quoting style used by the Bourne shell.

Quotes are unconditionally inserted during Quote(string) . This protects shell meta-characters like $ or ~ from being recognized as special.

상속: QuotedString
파일 보기 프로젝트 열기: red-gate/ngit

공개 메소드들

메소드 설명
Dequote ( byte @in, int ip, int ie ) : string
Quote ( string @in ) : string

메소드 상세

Dequote() 공개 메소드

public Dequote ( byte @in, int ip, int ie ) : string
@in byte
ip int
ie int
리턴 string

Quote() 공개 메소드

public Quote ( string @in ) : string
@in string
리턴 string