System.Text.UTF8Encoding.UTF8Encoding C# (CSharp) Method

UTF8Encoding() public method

public UTF8Encoding ( bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes )
encoderShouldEmitUTF8Identifier bool
throwOnInvalidBytes bool
        public UTF8Encoding(bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes)
        {
        }

Same methods

UTF8Encoding::UTF8Encoding ( )
UTF8Encoding::UTF8Encoding ( bool encoderShouldEmitUTF8Identifier )