CharsetFactory: MARC8ToString

MARC8ToString

Convert the given MARC8 byte array into a windows Unicode string (UCS-2)

 Public Function MARC8ToString(
	  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 MARC8ESCAPES MARC8ToStringWEntities