C# Класс PoshCode.Utility.StringHelper

Показать файл Открыть проект

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

Метод Описание
GetLastWord ( this cmdline, bool trimQuotes = true ) : string
LineCount ( this text ) : int

Описание методов

GetLastWord() публичный статический Метод

public static GetLastWord ( this cmdline, bool trimQuotes = true ) : string
cmdline this
trimQuotes bool
Результат string

LineCount() публичный статический Метод

public static LineCount ( this text ) : int
text this
Результат int