C# 클래스 JP.Utils.Functions.Functions

파일 보기 프로젝트 열기: JuniperPhoton/JP.Utils.UWP

공개 메소드들

메소드 설명
CalculateTimeDiff ( this time1, System.DateTime time2 ) : System.TimeSpan
IsValidEmail ( string strIn ) : bool
IsValidMobileNum ( string strln ) : bool
MakeStringFromList ( List list ) : string
TryAdd ( string>.this dic, string key, string value ) : void
UrlEncode ( this str ) : string

비공개 메소드들

메소드 설명
FindVisualChild ( DependencyObject element, string nameOfChildToFind ) : FrameworkElement

메소드 상세

CalculateTimeDiff() 공개 정적인 메소드

public static CalculateTimeDiff ( this time1, System.DateTime time2 ) : System.TimeSpan
time1 this
time2 System.DateTime
리턴 System.TimeSpan

IsValidEmail() 공개 정적인 메소드

public static IsValidEmail ( string strIn ) : bool
strIn string
리턴 bool

IsValidMobileNum() 공개 정적인 메소드

public static IsValidMobileNum ( string strln ) : bool
strln string
리턴 bool

MakeStringFromList() 공개 정적인 메소드

public static MakeStringFromList ( List list ) : string
list List
리턴 string

TryAdd() 공개 정적인 메소드

public static TryAdd ( string>.this dic, string key, string value ) : void
dic string>.this
key string
value string
리턴 void

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( this str ) : string
str this
리턴 string