C# Class Explorer.Utils

Mostrar archivo Open project: SummerWish/vfs

Public Methods

Method Description
FormatSize ( long size ) : String
GetBytes ( string str ) : byte[]
GetString ( byte bytes ) : string
ProcessUITasks ( ) : void

Method Details

FormatSize() public static method

public static FormatSize ( long size ) : String
size long
return String

GetBytes() public static method

public static GetBytes ( string str ) : byte[]
str string
return byte[]

GetString() public static method

public static GetString ( byte bytes ) : string
bytes byte
return string

ProcessUITasks() public static method

public static ProcessUITasks ( ) : void
return void