[Android.Runtime.Register("java/util/Formattable", "", "Java.Util.IFormattableInvoker")] public interface IFormattable : Android.Runtime.IJavaObject, IDisposable
Remarks
Classes that handle custom formatting for the 's' specifier of Formatter
should implement the Formattable interface. It gives basic control over
formatting objects.