ExportEncodingType Enumeration

The encoding type for exported data.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public enum ExportEncodingType

Members

ASCII0 
UTF16_LittleEndian1 
UTF16_BigEndian2 
UTF8_WithBOM3 
UTF8_NoBOM4 

See Also