CharsetFactory: MARC8ToStringWEntities

MARC8ToStringWEntities

Convert the given MARC8 byte array into a windows Unicode string (UCS-2) with any characters above 127 encoded as XML character entities.

 Public Function MARC8ToStringWEntities(
	  b ( ) As Byte ) As String

Parameters

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

Return Values

String -  a VB String containing the corresponding Unicode

Remarks

See Also

Project marc8 Overview Class CharsetFactory Overview CharsetFactory Properties CharsetFactory Methods MARC8ToString MARC8ToUTF8