ASPxSpellCheckerDictionaryBase.GetEncoding() Method
Returns a character encoding used by the dictionary.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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