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
Показать файл Открыть проект

Открытые методы

Метод Описание
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