C# 클래스 Functions.String

파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old

공개 메소드들

메소드 설명
AutoEllipsis ( int max, string toUse ) : string
IsAlphanumeric ( string text ) : bool
ToTitleCase ( string input ) : string

NOTE: Conversion doesn't work on words with ALL CAPS

메소드 상세

AutoEllipsis() 공개 정적인 메소드

public static AutoEllipsis ( int max, string toUse ) : string
max int
toUse string
리턴 string

IsAlphanumeric() 공개 정적인 메소드

public static IsAlphanumeric ( string text ) : bool
text string
리턴 bool

ToTitleCase() 공개 정적인 메소드

NOTE: Conversion doesn't work on words with ALL CAPS
public static ToTitleCase ( string input ) : string
input string
리턴 string