C# Class BatchGuy.App.Extensions.ExtensionMethods

Afficher le fichier Open project: yaboy58/BatchGuy

Méthodes publiques

Méthode Description
GetEpisodeByEpisodeNumber ( this value, string episodeNumber ) : BluRaySummaryInfo
IsNumeric ( this value ) : bool
NumberOfEpisodes ( this value ) : int
RemoveBackspaces ( this value ) : string
RemoveColons ( this value ) : string
RemoveDoubleQuotes ( this value ) : string
RemoveDoubleSpaces ( this value ) : string
ReplaceSpacesWithPeriods ( this value ) : string
SetEnabled ( this control, bool enabled ) : void
StringToInt ( this value ) : int
StringToNullInt ( this value ) : int?
SubtitleFileExtension ( this value ) : string

Method Details

GetEpisodeByEpisodeNumber() public static méthode

public static GetEpisodeByEpisodeNumber ( this value, string episodeNumber ) : BluRaySummaryInfo
value this
episodeNumber string
Résultat BatchGuy.App.Parser.Models.BluRaySummaryInfo

IsNumeric() public static méthode

public static IsNumeric ( this value ) : bool
value this
Résultat bool

NumberOfEpisodes() public static méthode

public static NumberOfEpisodes ( this value ) : int
value this
Résultat int

RemoveBackspaces() public static méthode

public static RemoveBackspaces ( this value ) : string
value this
Résultat string

RemoveColons() public static méthode

public static RemoveColons ( this value ) : string
value this
Résultat string

RemoveDoubleQuotes() public static méthode

public static RemoveDoubleQuotes ( this value ) : string
value this
Résultat string

RemoveDoubleSpaces() public static méthode

public static RemoveDoubleSpaces ( this value ) : string
value this
Résultat string

ReplaceSpacesWithPeriods() public static méthode

public static ReplaceSpacesWithPeriods ( this value ) : string
value this
Résultat string

SetEnabled() public static méthode

public static SetEnabled ( this control, bool enabled ) : void
control this
enabled bool
Résultat void

StringToInt() public static méthode

public static StringToInt ( this value ) : int
value this
Résultat int

StringToNullInt() public static méthode

public static StringToNullInt ( this value ) : int?
value this
Résultat int?

SubtitleFileExtension() public static méthode

public static SubtitleFileExtension ( this value ) : string
value this
Résultat string