Click or drag to resize
TextHelperRemoveDiacritics Method
Removes diacritics from Latin characters, non-Latin characters are not changed.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string RemoveDiacritics(
	string s
)

Parameters

s
Type: SystemString
Input string

Return Value

Type: String
See Also