2011年4月20日 星期三

Effective C# 讀書心得整理
Item 5: Always Provide ToString()
原则5:始终提供ToString()

好處:
§使用者可以容易得到類別內容資訊
§重覆使用性高
§可以指定要使用的格式字符
實作: IFormattable
§若原類別無提供合適ToString(),
可實作: IFormatProvider

沒有留言: