Delegate TextHelper.OnBeforeRemoveDiacriticsEventHandler
Represents the method that will handle an event that should be called before remove diacritics.
public delegate bool TextHelper.OnBeforeRemoveDiacriticsEventHandler(ref string text, EventArgs e)
Parameters
text
stringInput text with diacritics
e
EventArgsEventArgs
Returns
- bool
Returns false if original remove method should not be used.
- Extension Methods