StringHelper.RemoveDiacritics method

namespace: Serenity   assemblySerenity.Net.Core

Removes the diacritic characters from string by replacing them with ASCII versions.

public static string RemoveDiacritics(string s)
parameter description
s The string.

Return Value

String with diacritics replaced.

See Also