次の方法で共有


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、しかし、より短い数値を生成しようとしています(精度の桁数が少なくなります)。

の Java ドキュメントandroid.text.format.Formatter.formatShortFileSize(android.content.Context, long)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象