Android.Text.Format.Formatter Members

The members of Android.Text.Format.Formatter are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
FormatFileSize(Android.Content.Context, long) : string
Formats a content size to be in the form of bytes, kilobytes, megabytes, etc
static
FormatIpAddress(int) : string
Returns a string in the canonical IPv4 format ###.###.###.### from a packed integer containing the IP address.
static
FormatShortFileSize(Android.Content.Context, long) : string
Like Formatter.FormatFileSize(Android.Content.Context, System.Int64), but trying to generate shorter numbers (showing fewer digits of precision).