CharsetFactory: G1

G1

Returns an object representing the character set that is being used as the second graphic character set (G1). If you pass in a new CharSet object you will set the G1 character set, and as a side effect youll get the previous G1 value returned to you. You probably dont ever need to call this since character set changes are handled by the MARC8ToString function.

 Public Function G1(
	  Optional G As ICharSet ) As ICharSet

Parameters

G
[ByRef] Optional. ICharSet. the CharSet object to use for second character set

Return Values

ICharSet -  either the current or previous CharSet used for the second character set, depending on whether there is a G param

Remarks

See Also

Project marc8 Overview Class CharsetFactory Overview CharsetFactory Properties CharsetFactory Methods G0 GetCharSet