System.ICustomFormatter public interface ICustomFormatter Documentation Code namespace System { public interface ICustomFormatter { string Format(string format, object arg, IFormatProvider formatProvider); } }