Share via


DelegatingXmlDictionaryWriter.WriteBase64(Byte[], Int32, Int32) 메서드

정의

지정된 바이너리 바이트를 Base64로 인코딩하고 결과 텍스트를 작성합니다.

public:
 override void WriteBase64(cli::array <System::Byte> ^ buffer, int index, int count);
public override void WriteBase64 (byte[] buffer, int index, int count);
override this.WriteBase64 : byte[] * int * int -> unit
Public Overrides Sub WriteBase64 (buffer As Byte(), index As Integer, count As Integer)

매개 변수

buffer
Byte[]

인코딩할 바이트 배열입니다.

index
Int32

쓸 바이트의 시작을 나타내는 버퍼 내의 위치입니다.

count
Int32

쓸 바이트 수입니다.

적용 대상