如何正确继承ICustomFormatter和IFormatProvider?

时间:2019-03-26 19:34:40

标签: c# iformatprovider

基于以下文章:

https://docs.microsoft.com/en-us/dotnet/api/system.iformatprovider?view=netframework-4.7.2

class MyClass继承自ICustomFormatterIFormatProvider,这使得string.Format(new MyClass(), "text", args)称为覆盖IFormatProvider.GetFormat(Type)方法。 关键是我的Format方法从未被调用(GetFormat返回this)。

0 个答案:

没有答案