ByteSizeFormatterFormat Method (Int64, Boolean) |
INTERNAL USE ONLY.
Namespace:
EnterpriseDT.Util
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic static string Format(
long size,
bool kbOnly
)
Public Shared Function Format (
size As Long,
kbOnly As Boolean
) As String
public:
static String^ Format(
long long size,
bool kbOnly
)
static member Format :
size : int64 *
kbOnly : bool -> string
Parameters
- size
- Type: SystemInt64
- kbOnly
- Type: SystemBoolean
Return Value
Type:
String
See Also