System::Xml::XmlTextWriter::WriteBinHex 메서드
XmlTextWriter::WriteBinHex method
지정된 바이너리 바이트를 binhex로 인코딩하고 결과 텍스트를 기록합니다.
void System::Xml::XmlTextWriter::WriteBinHex(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| buffer | ArrayPtr<uint8_t> | Byte 배열을 인코딩합니다. |
| index | int32_t | 작성할 바이트의 시작을 나타내는 버퍼 내 위치입니다. |
| count | int32_t | 쓸 바이트 수. |
또 보기
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Page for C++