Click or drag to resize
DescribeBytes Method
Returns a number of bytes formatted as 'n B', 'n KB', 'n MB' etc.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string Bytes(
	long fullSize
)

Parameters

fullSize
Type: SystemInt64

Return Value

Type: String
See Also