Description: ConvertFile translates binary MARC data from one character codepage to another
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public void ConvertFile(
string Source,
string Dest,
int codepage
)
Public Sub ConvertFile (
Source As String,
Dest As String,
codepage As Integer
)
public:
virtual void ConvertFile(
String^ Source,
String^ Dest,
int codepage
) sealed
abstract ConvertFile :
Source : string *
Dest : string *
codepage : int -> unit
override ConvertFile :
Source : string *
Dest : string *
codepage : int -> unit
Parameters
- Source
- Type: SystemString
Source File -- is a binary MARC File - Dest
- Type: SystemString
Destination File -- will be a binary MARC File - codepage
- Type: SystemInt32
numeric value that corresponds to the Operating System codepage for an encoding
Implements
MARC21_InterfaceConvertFile(String, String, Int32)See Also