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

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.
Inheritance: QuotedString
Show file Open project: stschake/GitSharp

Public Methods

Method Description
dequote ( byte instr, int offset, int end ) : string
quote ( string instr ) : 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