예제 #1
0
파일: Program.cs 프로젝트: gabry/History
 public override string ToString()
 {
     return(string.Format("{3} >>> Hey! My name is {0} and I {1} {2}", Name, IsBornDateExact ? "was born on" : "will born around", BornDate.ToShortDateString(), Sex.GetDBValue()));
 }