CharsetFactory: MARC8ToUTF8

MARC8ToUTF8

Convert the given MARC8 byte array into a byte array containing UTF-8

 Public Function MARC8ToUTF8(
	  b ( ) As Byte ) As Byte ( )

Parameters

b
[ByRef] Byte. () byte array containing the MARC8 encoded string, the byte array must be zero based

Return Values

Byte() -  a byte array containing the corresponding string encoded as UTF-8

Remarks

See Also

Project marc8 Overview Class CharsetFactory Overview CharsetFactory Properties CharsetFactory Methods MARC8ToStringWEntities MARCCHARSET