MathMethodsIntToFileSize Method

Converts a file size to a string.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static string IntToFileSize(
	double s
)

Parameters

s  Double
File size.

Return Value

String
Human readable file size.

See Also