GetSizeStr Method

MCManager API

Returns a size string out of a size long for example 10MB.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public static string GetSizeStr(
	long size
)
Visual Basic (Declaration)
Public Shared Function GetSizeStr ( _
	size As Long _
) As String
Visual C++
public:
static String^ GetSizeStr(
	long long size
)

Parameters

size
Type: System..::.Int64
Size long to convert.

Return Value

Size string representation of the specified long.

See Also