Formatter.FormatShortFileSize(Context, Int64) 方法

定义

例如 #formatFileSize,但尝试生成较短的数字(显示更少的精度位数)。

[Android.Runtime.Register("formatShortFileSize", "(Landroid/content/Context;J)Ljava/lang/String;", "")]
public static string? FormatShortFileSize (Android.Content.Context? context, long sizeBytes);
[<Android.Runtime.Register("formatShortFileSize", "(Landroid/content/Context;J)Ljava/lang/String;", "")>]
static member FormatShortFileSize : Android.Content.Context * int64 -> string

参数

context
Context
sizeBytes
Int64

返回

属性

注解

例如 #formatFileSize,但尝试生成较短的数字(显示更少的精度位数)。

适用于 . 的 android.text.format.Formatter.formatShortFileSize(android.content.Context, long)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于