Click or drag to resize

TextFileEncoding Enumeration

Encoding type for text files.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public enum TextFileEncoding
Members
Member nameValueDescription
UTF160 Text files are UTF-16 encoded.
UTF81 Text files are UTF-8 encoded.
See Also