APIFormatFileSize Method (UInt64) |
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static string FormatFileSize(
ulong size
)
Public Shared Function FormatFileSize (
size As ULong
) As String
public:
static String^ FormatFileSize(
unsigned long long size
)
static member FormatFileSize :
size : uint64 -> string
Parameters
- size
- Type: SystemUInt64
Return Value
Type:
StringSee Also