MARC21MarcFile_Enums Enumeration |
MarcFile_Enums:
Flags that can be set when working with the MarcFile Function
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public enum MarcFile_Enums
Public Enumeration MarcFile_Enums
public enum class MarcFile_Enums
Members
| Member name | Value | Description |
---|
| def | 0 |
def: Default value (0)
|
| marc8 | 1 |
marc8: Will convert data to MARC-8 (1)
|
| utf8 | 2 |
utf-8: Will convert data to UTF-8 (2)
|
| raw | 3 |
raw: will leave data as raw (3)
|
See Also