C# Class MediaPortal.Plugins.MovingPictures.Extensions.MovieTitleStringExtensions

Datei anzeigen Open project: damienhaynes/moving-pictures

Public Methods

Method Description
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)

Method Details

Equalize() public static method

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

FromSortable() public static method

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

ToKeywords() public static method

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

ToSortable() public static method

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