MARC21_InterfaceConvertFile Method |
Convert charactersets from a codepage to UTF8
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax void ConvertFile(
string Source,
string Dest,
int codepage
)
Sub ConvertFile (
Source As String,
Dest As String,
codepage As Integer
)
void ConvertFile(
String^ Source,
String^ Dest,
int codepage
)
abstract ConvertFile :
Source : string *
Dest : string *
codepage : int -> unit
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