MARC21_InterfaceConvertFile Method |
Convert charactersets from a codepage to UTF8
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxvoid ConvertFile(
string Source,
string Dest,
int codepage
)
Parameters
- Source
- Type: SystemString
Source File - Dest
- Type: SystemString
Destination file - codepage
- Type: SystemInt32
Defined codepage for the characterset being converted to. These can be found at: http://msdn.microsoft.com/en-us/library/dd317756(VS.85).aspx
See Also