C# 클래스 Schumix.Config.Extensions.StringExtensions

파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
IsNullOrEmpty ( this Value ) : bool
Remove ( this s, int min, int max, char value ) : string
Remove ( this s, int min, int max, string value ) : string

메소드 상세

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( this Value ) : bool
Value this
리턴 bool

Remove() 공개 정적인 메소드

public static Remove ( this s, int min, int max, char value ) : string
s this
min int
max int
value char
리턴 string

Remove() 공개 정적인 메소드

public static Remove ( this s, int min, int max, string value ) : string
s this
min int
max int
value string
리턴 string