Click or drag to resize

GeneralHelperConvertBytes Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static void ConvertBytes(
	long bytes,
	out double newValue,
	out string unit
)

Parameters

bytes
Type: SystemInt64
newValue
Type: SystemDouble
unit
Type: SystemString
See Also