C# Class MySchoolApp.Helpers.Utils

Mostra file Open project: ChrisKoenig/Windows-Phone-Starter-Kit-for-Schools

Public Methods

Method Description
GeoToGoogleCode ( double p ) : int
GetColorFromRGB ( string argb ) : SolidColorBrush

returns a SolidColorBrush for a given argb color value

GetLinksFromFeed ( string xmlString ) : List

returns a list of links from a given RSS2.0 or RDF feed

ToLongDayOfWeekName ( String name ) : String

Private Methods

Method Description
GetDayOfWeekFromDate ( string p ) : string

Method Details

GeoToGoogleCode() public static method

public static GeoToGoogleCode ( double p ) : int
p double
return int

GetColorFromRGB() public static method

returns a SolidColorBrush for a given argb color value
public static GetColorFromRGB ( string argb ) : SolidColorBrush
argb string
return System.Windows.Media.SolidColorBrush

GetLinksFromFeed() public static method

returns a list of links from a given RSS2.0 or RDF feed
public static GetLinksFromFeed ( string xmlString ) : List
xmlString string
return List

ToLongDayOfWeekName() public static method

public static ToLongDayOfWeekName ( String name ) : String
name String
return String