In This Article

EciMode Enum

Specifies the Extended Channel Interpretation (ECI) mode that allows for encoding characters from other character sets.

public enum EciMode

Fields

Name Description
Auto

No ECI mode is specified by default, which assumes the ISO-8859-1 encoding mode with basic characters. Utf8 mode will be automatically used if characters outside of the default encoding mode are present in the value.

Iso88591

ISO-8859-1 encoding mode.

Utf8

UTF-8 encoding mode.