Skip to main content

ASPxSpellCheckerDictionaryBase.GetEncoding() Method

Returns a character encoding used by the dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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