System::Xml::XmlTextWriter::WriteBase64 메서드

XmlTextWriter::WriteBase64 method

지정된 바이너리 바이트를 base64로 인코딩하고 결과 텍스트를 기록합니다.

void System::Xml::XmlTextWriter::WriteBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
매개변수형식설명
bufferArrayPtr<uint8_t>Byte 배열을 인코딩합니다.
indexint32_t쓰기 시작 바이트를 나타내는 버퍼 내 위치.
countint32_t쓸 바이트 수.

또 보기