ExportEncodingType Enumeration
The encoding type for exported data.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public enum ExportEncodingType
public enum class ExportEncodingType
| ASCII | 0 | |
| UTF16_LittleEndian | 1 | |
| UTF16_BigEndian | 2 | |
| UTF8_WithBOM | 3 | |
| UTF8_NoBOM | 4 | |