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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string FormatByteSize(
long size
)
Parameters
- size
- Type: SystemInt64
The size.
Return Value
Type:
StringA string.
See Also