System::Xml::XmlTextWriter::WriteBase64 메서드
XmlTextWriter::WriteBase64 method
지정된 바이너리 바이트를 base64로 인코딩하고 결과 텍스트를 기록합니다.
void System::Xml::XmlTextWriter::WriteBase64(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++