TextHelperRemoveDiacritics Method |
Removes diacritics from Latin characters, non-Latin characters are not changed.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string RemoveDiacritics(
string s
)
Parameters
- s
- Type: SystemString
Input string
Return Value
Type:
StringSee Also