Selerix Developer Tools
FormatFileSize Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : FormatFileSize Method
Returns a formatted file size
Syntax
'Declaration
 
Public Shared Function FormatFileSize( _
   ByVal size As Long _
) As String
'Usage
 
Dim size As Long
Dim value As String
 
value = Utils.FormatFileSize(size)
public static string FormatFileSize( 
   long size
)
public function FormatFileSize( 
    size: Int64
): String; static; 
public static function FormatFileSize( 
   size : long
) : String;
public: static string* FormatFileSize( 
   long size
) 
public:
static String^ FormatFileSize( 
   int64 size
) 

Parameters

size
See Also

Reference

Utils Class
Utils Members