Click or drag to resize

ShellUtilitiesFormatByteSize Method

Converts a numeric value into a string that represents the number expressed as a size value in bytes, kilobytes, megabytes, or gigabytes, depending on the size.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string FormatByteSize(
	long size
)

Parameters

size
Type: SystemInt64
The size.

Return Value

Type: String
A string.
See Also