Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static string FormatSize(
	double fileSize
)
Visual Basic
Public Shared Function FormatSize ( _
	fileSize As Double _
) As String
Visual C++
public:
static String^ FormatSize(
	double fileSize
)

Parameters

fileSize
Type: System..::..Double

See Also