System.IFormatProvider public interface IFormatProvider Documentation Code namespace System { public interface IFormatProvider { object GetFormat(Type formatType); } }