C# Класс XSpect.Extension.StringUtil

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

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

Метод Описание
EndsWithAny ( this str ) : System.Boolean
ForEachLine ( this str, String>.Func selector ) : String
Indent ( this str, Int32 columnCount ) : String
Lines ( this str ) : IEnumerable
Quote ( this str, String head, String tail ) : String
Replace ( this str, String>.IDictionary replaceTable ) : String
StartsWithAny ( this str ) : System.Boolean
Unindent ( this str, Int32 columnCount ) : String

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

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

public static EndsWithAny ( this str ) : System.Boolean
str this
Результат System.Boolean

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

public static ForEachLine ( this str, String>.Func selector ) : String
str this
selector String>.Func
Результат String

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

public static Indent ( this str, Int32 columnCount ) : String
str this
columnCount System.Int32
Результат String

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

public static Lines ( this str ) : IEnumerable
str this
Результат IEnumerable

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

public static Quote ( this str, String head, String tail ) : String
str this
head String
tail String
Результат String

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

public static Replace ( this str, String>.IDictionary replaceTable ) : String
str this
replaceTable String>.IDictionary
Результат String

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

public static StartsWithAny ( this str ) : System.Boolean
str this
Результат System.Boolean

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

public static Unindent ( this str, Int32 columnCount ) : String
str this
columnCount System.Int32
Результат String