C# Class GitSharp.Core.Util.QuotedString.GitPathStyle

Quoting style that obeys the rules Git applies to file names
Inheritance: QuotedString
Show file Open project: stschake/GitSharp

Public Methods

Method Description
dequote ( byte instr, int offset, int end ) : string
quote ( string instr ) : string

Private Methods

Method Description
GitPathStyle ( ) : System
dq ( byte instr, int offset, int end ) : string

Method Details

dequote() public method

public dequote ( byte instr, int offset, int end ) : string
instr byte
offset int
end int
return string

quote() public method

public quote ( string instr ) : string
instr string
return string