System::Text::UTF8Encoding::UTF8Encoding 생성자
UTF8Encoding::UTF8Encoding() constructor
생성자.
System::Text::UTF8Encoding::UTF8Encoding()
또 보기
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF8Encoding::UTF8Encoding(bool, bool) constructor
생성자.
System::Text::UTF8Encoding::UTF8Encoding(bool encoder_should_emit_utf8_identifier, bool throw_on_invalid_bytes)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| encoder_should_emit_utf8_identifier | bool | BOM을 삽입할지 여부. |
| throw_on_invalid_bytes | bool | 잘못된 바이트에 대해 교체하는 대신 예외를 발생시킬지 여부. |
또 보기
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF8Encoding::UTF8Encoding(bool) constructor
생성자.
System::Text::UTF8Encoding::UTF8Encoding(bool encoder_should_emit_utf8_idetifier)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| encoder_should_emit_utf8_idetifier | bool | BOM을 삽입할지 여부. |
또 보기
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.Page for C++