コード例 #1
0
 private string RemoveAccents(string strLibelle)
 {
     return(CUtilTexte.RemplaceAccentsParEquivalent(strLibelle));
 }