Skip to main content
A newer version of this page is available. .

ASPxSpellCheckerDictionaryBase.GetEncoding() Method

Returns a character encoding used by the dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

public virtual Encoding GetEncoding()

Returns

Type Description
Encoding

A Encoding object that is a character encoding.

Remarks

Returns a ASPxSpellCheckerDictionaryBase.Encoding value if it is not null; otherwise returns the Default value.

See Also