Android.Text.Format.Formatter.FormatShortFileSize Method
Like Formatter.FormatFileSize(Android.Content.Context, System.Int64), but trying to generate shorter numbers (showing fewer digits of precision).

Syntax

[Android.Runtime.Register("formatShortFileSize", "(Landroid/content/Context;J)Ljava/lang/String;", "")]
public static string FormatShortFileSize (Android.Content.Context context, long number)

Parameters

context
Documentation for this section has not yet been entered.
number
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Like Formatter.FormatFileSize(Android.Content.Context, System.Int64), but trying to generate shorter numbers (showing fewer digits of precision).

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5