Table of Contents

Delegate TextHelper.OnBeforeRemoveDiacriticsEventHandler

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

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 string

Input text with diacritics

e EventArgs

EventArgs

Returns

bool

Returns false if original remove method should not be used.

Extension Methods