CharsetFactory: G0

G0

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

 Public Function G0(
	  Optional G As ICharSet ) As ICharSet

Parameters

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

Return Values

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

Remarks

See Also

Project marc8 Overview Class CharsetFactory Overview CharsetFactory Properties CharsetFactory Methods DIAGS G1