Unicode Controls & Classes for VB6 - Version 4

clsUniFile.WriteBOM Function

Writes the Byte Order Mark encoding identifier to the open file; the BOM should be written at the beginning of file

Syntax
Public Function WriteBOM (ByVal iFileEnc As eFileEncoding) As Boolean
Parameters
Parameter Description
ByVal iFileEnc As eFileEncoding Encoding to use
Remarks