C# Class reExp.Utils.MyExtensions

Mostra file Open project: ren85/rextester_win

Public Methods

Method Description
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

Method Details

BeginningOfString() public static method

public static BeginningOfString ( this text ) : string
text this
return string

FirstLine() public static method

public static FirstLine ( this text ) : string
text this
return string

Number() public static method

public static Number ( this number ) : string
number this
return string

StringToUrl() public static method

public static StringToUrl ( this text ) : string
text this
return string

TimeAgo() public static method

public static TimeAgo ( this date ) : string
date this
return string

ToLanguage() public static method

public static ToLanguage ( this number ) : string
number this
return string

ToLanguageEnum() public static method

public static ToLanguageEnum ( this s ) : LanguagesEnum
s this
return LanguagesEnum

ToRundotnetStatus() public static method

public static ToRundotnetStatus ( this number ) : GlobalConst.RundotnetStatus
number this
return GlobalConst.RundotnetStatus