C# 클래스 LyricsEngine.LyricUtil

파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
CapatalizeString ( string s ) : string
ChangeAnds ( string str ) : string
DeleteSpecificChars ( string str ) : string
FixLyrics ( string lyrics ) : string
FixLyrics ( string lyrics, string find, string replace ) : string
RemoveFeatComment ( string str ) : string
ReturnEnvironmentNewLine ( string str ) : string
TrimForParenthesis ( string str ) : string

메소드 상세

CapatalizeString() 공개 정적인 메소드

public static CapatalizeString ( string s ) : string
s string
리턴 string

ChangeAnds() 공개 정적인 메소드

public static ChangeAnds ( string str ) : string
str string
리턴 string

DeleteSpecificChars() 공개 정적인 메소드

public static DeleteSpecificChars ( string str ) : string
str string
리턴 string

FixLyrics() 공개 정적인 메소드

public static FixLyrics ( string lyrics ) : string
lyrics string
리턴 string

FixLyrics() 공개 정적인 메소드

public static FixLyrics ( string lyrics, string find, string replace ) : string
lyrics string
find string
replace string
리턴 string

RemoveFeatComment() 공개 정적인 메소드

public static RemoveFeatComment ( string str ) : string
str string
리턴 string

ReturnEnvironmentNewLine() 공개 정적인 메소드

public static ReturnEnvironmentNewLine ( string str ) : string
str string
리턴 string

TrimForParenthesis() 공개 정적인 메소드

public static TrimForParenthesis ( string str ) : string
str string
리턴 string