摘要:
IFormatProvider中public object GetFormat(Type formatType);该方法主要用于获取一个 ICustomFormatter接口的实例ICustomFormatter中public abstract string Format(string format, object arg, IFormatProvider formatProvider);该方法定义了具体的格式化方法IFormattable中publicstringToString(stringformat,IFormatProviderformatProvider);该方法为重写Tostri 阅读全文