FormatErrorMessage(String) 方法 参考 反馈 定义 命名空间: System.ComponentModel.DataAnnotations 程序集: System.ComponentModel.Annotations.dll 基于发生错误的数据字段对错误消息应用格式设置。 C# 复制 public override string FormatErrorMessage (string name); ...
This is useful because, for future developers, it shows that we've considered the limitations of the "canned format-string" approach and we are fine with them. Based-on-a-patch-by: SZEDER Gábor Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- Documentation/pretty-formats....