System::Text::UTF8Encoding::UTF8Encoding Konstruktor

UTF8Encoding::UTF8Encoding() constructor

Konstruktor.

System::Text::UTF8Encoding::UTF8Encoding()

Siehe auch

UTF8Encoding::UTF8Encoding(bool, bool) constructor

Konstruktor.

System::Text::UTF8Encoding::UTF8Encoding(bool encoder_should_emit_utf8_identifier, bool throw_on_invalid_bytes)
ParameterTypBeschreibung
encoder_should_emit_utf8_identifierboolOb ein BOM eingefügt werden soll.
throw_on_invalid_bytesboolOb bei ungültigen Bytes eine Ausnahme ausgelöst werden soll, anstatt sie zu ersetzen.

Siehe auch

UTF8Encoding::UTF8Encoding(bool) constructor

Konstruktor.

System::Text::UTF8Encoding::UTF8Encoding(bool encoder_should_emit_utf8_idetifier)
ParameterTypBeschreibung
encoder_should_emit_utf8_idetifierboolOb ein BOM eingefügt werden soll.

Siehe auch