C# Class FrameDAL.Utility.StringUtil

Exibir arquivo Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
JoinWith ( this collection, string connector, Func collectionEmpty ) : string
Repeat ( this str, int times ) : string

Method Details

JoinWith() public static method

public static JoinWith ( this collection, string connector, Func collectionEmpty ) : string
collection this
connector string
collectionEmpty Func
return string

Repeat() public static method

public static Repeat ( this str, int times ) : string
str this
times int
return string