DelegatingXmlDictionaryWriter.WriteBase64(Byte[], Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以 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
要寫入的位元組數。