C# Class Microsoft.Research.DataOnboarding.WebApplication.Helpers.Helper

Helper class for helper methods.
Afficher le fichier Open project: CDLUC3/dataup2

Méthodes publiques

Méthode Description
FormatFileSize ( long bytes ) : string

Helper method to format the file size.

GetVisibilityList ( ) : System.Web.Mvc.SelectList

Helper method to return the visibility options as selecte list

Method Details

FormatFileSize() public static méthode

Helper method to format the file size.
public static FormatFileSize ( long bytes ) : string
bytes long Value in bytes.
Résultat string

GetVisibilityList() public static méthode

Helper method to return the visibility options as selecte list
public static GetVisibilityList ( ) : System.Web.Mvc.SelectList
Résultat System.Web.Mvc.SelectList