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