コード例 #1
0
ファイル: GDMPersonalName.cs プロジェクト: m-kosina/GEDKeeper
 public override string ParseString(string strValue)
 {
     return(GEDCOMUtils.ParseName(strValue, this));
 }