Click or drag to resize

MARC21_InterfaceChangeStringEncoding Method

Convert between codepages

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
string ChangeStringEncoding(
	string sString,
	int dCodePage,
	int fCodePage
)

Parameters

sString
Type: SystemString

[Missing <param name="sString"/> documentation for "M:MARCEngine7.MARC21_Interface.ChangeStringEncoding(System.String,System.Int32,System.Int32)"]

dCodePage
Type: SystemInt32

[Missing <param name="dCodePage"/> documentation for "M:MARCEngine7.MARC21_Interface.ChangeStringEncoding(System.String,System.Int32,System.Int32)"]

fCodePage
Type: SystemInt32

[Missing <param name="fCodePage"/> documentation for "M:MARCEngine7.MARC21_Interface.ChangeStringEncoding(System.String,System.Int32,System.Int32)"]

Return Value

Type: String
[string]
See Also