Click or drag to resize
MARC21_InterfaceChangeStringEncoding Method
Convert between codepages

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
string ChangeStringEncoding(
	string sString,
	int dCodePage,
	int fCodePage
)

Parameters

sString
Type: SystemString
dCodePage
Type: SystemInt32
fCodePage
Type: SystemInt32

Return Value

Type: String
[string]
See Also