Click or drag to resize
MARC21ChangeStringEncoding Method
Provides a method to flip character encodings

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

Parameters

sString
Type: SystemString
The String to Process
dCodePage
Type: SystemInt32
Initial character code
fCodePage
Type: SystemInt32
Outputted encoding

Return Value

Type: String

Implements

MARC21_InterfaceChangeStringEncoding(String, Int32, Int32)
See Also