public string ToString(IPersonFormatter formatter) { if (formatter == null) { return(this.ToString()); } return(formatter.Format(this)); }
public override string ToString() { return(_personFormatter.Format(this)); }