Returns a number of bytes formatted as 'n B', 'n KB', 'n MB' etc.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string Bytes(
long fullSize
)
Public Shared Function Bytes (
fullSize As Long
) As String
public:
static String^ Bytes(
long long fullSize
)
static member Bytes :
fullSize : int64 -> string
Parameters
- fullSize
- Type: SystemInt64
Return Value
Type:
StringSee Also