Click or drag to resize

MARC21ChangeStringEncoding Method

Provides a method to flip character encodings

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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

[Missing <returns> documentation for "M:MARCEngine7.MARC21.ChangeStringEncoding(System.String,System.Int32,System.Int32)"]

Implements

MARC21_InterfaceChangeStringEncoding(String, Int32, Int32)
See Also