StringHelper.RemoveDiacritics method
Removes the diacritic characters from string by replacing them with ASCII versions.
public static string RemoveDiacritics(string str)
| parameter | description |
|---|---|
| str | The string. |
Return Value
String with diacritics replaced.
See Also
- class StringHelper