C# Class 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.

Inheritance: QuotedString
Mostrar archivo Open project: red-gate/ngit

Public Methods

Method Description
Dequote ( byte @in, int ip, int ie ) : string
Quote ( string @in ) : string

Method Details

Dequote() public method

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

Quote() public method

public Quote ( string @in ) : string
@in string
return string