Android.Text.Format.Formatter: Method Members

The methods of Android.Text.Format.Formatter are listed below. For a list of all members, see the Formatter Members list.

See Also: Inherited members from Java.Lang.Object

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).