예제 #1
0
 public static string RemoveSpecialCharacters(this string param, bool removeSpaces = false, bool removeDiacritics = true, bool removePageBreak = false, bool trim = false, string exceptions = "")
 {
     return(TextTools.RemoveSpecialCharacters(param, removeSpaces, removeDiacritics, removePageBreak, trim, exceptions));
 }