C# Class ZuneSocialTagger.Core.IO.Helpers

Datei anzeigen Open project: leetreveil/Zune-Social-Tagger

Public Methods

Method Description
ToDiscNum ( this discNumber ) : int

Converts Disc number 1/2 to just one and 2/2 to just 2

ToTrackNum ( this trackNumber ) : int

Converts Track numbers that are like 1/2 to just 1 or 4/11 to just 4

Method Details

ToDiscNum() public static method

Converts Disc number 1/2 to just one and 2/2 to just 2
public static ToDiscNum ( this discNumber ) : int
discNumber this
return int

ToTrackNum() public static method

Converts Track numbers that are like 1/2 to just 1 or 4/11 to just 4
public static ToTrackNum ( this trackNumber ) : int
trackNumber this
return int