C# 클래스 FrameDAL.Utility.StringUtil

파일 보기 프로젝트 열기: vincentlauvlwj/FrameDAL

공개 메소드들

메소드 설명
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