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

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

공개 메소드들

메소드 설명
Contains ( this Text, string Name, char Parameter ) : bool
IsLower ( this value ) : bool
IsNullOrEmpty ( this Value ) : bool
IsUpper ( this value ) : bool
Remove ( this s, int min, int max, char value ) : string
Remove ( this s, int min, int max, string value ) : string
Reverse ( this value ) : string
TrimMessage ( this value, int number = 150 ) : string

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( this Text, string Name, char Parameter ) : bool
Text this
Name string
Parameter char
리턴 bool

IsLower() 공개 정적인 메소드

public static IsLower ( this value ) : bool
value this
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

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

IsUpper() 공개 정적인 메소드

public static IsUpper ( 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

Reverse() 공개 정적인 메소드

public static Reverse ( this value ) : string
value this
리턴 string

TrimMessage() 공개 정적인 메소드

public static TrimMessage ( this value, int number = 150 ) : string
value this
number int
리턴 string