C# 클래스 reExp.Utils.MyExtensions

파일 보기 프로젝트 열기: ren85/rextester_win

공개 메소드들

메소드 설명
BeginningOfString ( this text ) : string
FirstLine ( this text ) : string
Number ( this number ) : string
StringToUrl ( this text ) : string
TimeAgo ( this date ) : string
ToLanguage ( this number ) : string
ToLanguageEnum ( this s ) : LanguagesEnum
ToRundotnetStatus ( this number ) : GlobalConst.RundotnetStatus

메소드 상세

BeginningOfString() 공개 정적인 메소드

public static BeginningOfString ( this text ) : string
text this
리턴 string

FirstLine() 공개 정적인 메소드

public static FirstLine ( this text ) : string
text this
리턴 string

Number() 공개 정적인 메소드

public static Number ( this number ) : string
number this
리턴 string

StringToUrl() 공개 정적인 메소드

public static StringToUrl ( this text ) : string
text this
리턴 string

TimeAgo() 공개 정적인 메소드

public static TimeAgo ( this date ) : string
date this
리턴 string

ToLanguage() 공개 정적인 메소드

public static ToLanguage ( this number ) : string
number this
리턴 string

ToLanguageEnum() 공개 정적인 메소드

public static ToLanguageEnum ( this s ) : LanguagesEnum
s this
리턴 LanguagesEnum

ToRundotnetStatus() 공개 정적인 메소드

public static ToRundotnetStatus ( this number ) : GlobalConst.RundotnetStatus
number this
리턴 GlobalConst.RundotnetStatus