namespace System { interface IFormatProvider { Object GetFormat(Type formatType); } }