共用方式為


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

要寫入的位元組數。

適用於