APIFormatFileSize Method (Int64) |
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static string FormatFileSize(
long size
)
Public Shared Function FormatFileSize (
size As Long
) As String
public:
static String^ FormatFileSize(
long long size
)
static member FormatFileSize :
size : int64 -> string
Parameters
- size
- Type: SystemInt64
Return Value
Type:
StringSee Also