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 |
public static BeginningOfString ( this text ) : string | ||
text | this | |
return | string |
public static FirstLine ( this text ) : string | ||
text | this | |
return | string |
public static Number ( this number ) : string | ||
number | this | |
return | string |
public static StringToUrl ( this text ) : string | ||
text | this | |
return | string |
public static ToLanguage ( this number ) : string | ||
number | this | |
return | string |
public static ToLanguageEnum ( this s ) : LanguagesEnum | ||
s | this | |
return | LanguagesEnum |
public static ToRundotnetStatus ( this number ) : GlobalConst.RundotnetStatus | ||
number | this | |
return | GlobalConst.RundotnetStatus |