C# Класс MediaPortal.Plugins.MovingPictures.Extensions.MovieTitleStringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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