C# 클래스 MediaPortal.Plugins.MovingPictures.Extensions.MovieTitleStringExtensions

파일 보기 프로젝트 열기: damienhaynes/moving-pictures

공개 메소드들

메소드 설명
Equalize ( this self ) : string

Returns and converts the string into a common format.

FromSortable ( this self ) : string

Returns the string as converted from a sortable string (String, The -> The String)

ToKeywords ( this self ) : string

Filters non descriptive words/characters from a title so that only keywords remain.

ToSortable ( this self ) : string

Returns the string converted to a sortable string (The String -> String, The)

메소드 상세

Equalize() 공개 정적인 메소드

Returns and converts the string into a common format.
public static Equalize ( this self ) : string
self this
리턴 string

FromSortable() 공개 정적인 메소드

Returns the string as converted from a sortable string (String, The -> The String)
public static FromSortable ( this self ) : string
self this
리턴 string

ToKeywords() 공개 정적인 메소드

Filters non descriptive words/characters from a title so that only keywords remain.
public static ToKeywords ( this self ) : string
self this
리턴 string

ToSortable() 공개 정적인 메소드

Returns the string converted to a sortable string (The String -> String, The)
public static ToSortable ( this self ) : string
self this
리턴 string