ByteHelperFormatBytes Method |
格式化字节数字符串为K/M/G
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string FormatBytes(
int bytes
)
Public Shared Function FormatBytes (
bytes As Integer
) As String
public:
static String^ FormatBytes(
int bytes
)
static member FormatBytes :
bytes : int -> string
Parameters
- bytes
- Type: SystemInt32
字节数
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.ByteHelper.FormatBytes(System.Int32)"]
See Also