System.Text.UTF8Encoding
namespace System.Text
{
public class UTF8Encoding : Encoding
{
public UTF8Encoding();
public UTF8Encoding(bool encoderShouldEmitUTF8Identifier);
public UTF8Encoding(bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes);
}
}