예제 #1
0
 /// <summary>
 ///     Retuns the string representation of this Word in specified format
 /// </summary>
 public string ToString(WordFormat format)
 {
     return(format.Format(this));
 }