Enum TheobaldXtractStringConversionType
C#
public enum TheobaldXtractStringConversionType
Fields
Automatic | Specifies string are converted to ANSI vs. Unicode based on the settings of the source system. |
ConvertToNVarChar | Specifies that all string are converted to Unicode, regardless of source system settings. |
ConvertToVarChar | Specifies that all string are converted to ANSI, regardless of source system settings. |