Exemplo n.º 1
0
 public override string ConvertToString(object value) => value != null?StringFormatHelper.FormatYear((DateTime)value, this.UnknownString) : null;