C# Класс FrameDAL.Utility.StringUtil

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

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

Метод Описание
JoinWith ( this collection, string connector, Func collectionEmpty ) : string
Repeat ( this str, int times ) : string

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

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

public static JoinWith ( this collection, string connector, Func collectionEmpty ) : string
collection this
connector string
collectionEmpty Func
Результат string

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

public static Repeat ( this str, int times ) : string
str this
times int
Результат string