Click or drag to resize
DataHelperFileSizeFormat Method

Note: This API is now obsolete.

Formats file size in human readable format.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use GetSizeString() method instead.")]
public static string FileSizeFormat(
	Object obj
)

Parameters

obj
Type: SystemObject
File size in bytes

Return Value

Type: String
See Also