C# 클래스 MySchoolApp.Helpers.Utils

파일 보기 프로젝트 열기: ChrisKoenig/Windows-Phone-Starter-Kit-for-Schools

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetDayOfWeekFromDate ( string p ) : string

메소드 상세

GeoToGoogleCode() 공개 정적인 메소드

public static GeoToGoogleCode ( double p ) : int
p double
리턴 int

GetColorFromRGB() 공개 정적인 메소드

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

GetLinksFromFeed() 공개 정적인 메소드

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

ToLongDayOfWeekName() 공개 정적인 메소드

public static ToLongDayOfWeekName ( String name ) : String
name String
리턴 String