Search notes:

System.Text.UTF8Encoding (class)

System.Text.UTF8Encoding derives from System.Text.Encoding.

Create an encoding with/without a BOM

In order to create an UTF-8 encoding without a BOM, set the first parameter of the constructor to false.

See also

System.Text.UnicodeEncoding and System.Text.Encoding.UTF8

Index