BlobWriter.ToArray 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ToArray() | |
ToArray(Int32, Int32) |
ToArray()
public:
cli::array <System::Byte> ^ ToArray();
public byte[] ToArray ();
member this.ToArray : unit -> byte[]
Public Function ToArray () As Byte()
傳回
Byte[]
適用於
ToArray(Int32, Int32)
public:
cli::array <System::Byte> ^ ToArray(int start, int byteCount);
public byte[] ToArray (int start, int byteCount);
member this.ToArray : int * int -> byte[]
Public Function ToArray (start As Integer, byteCount As Integer) As Byte()
參數
- start
- Int32
- byteCount
- Int32
傳回
Byte[]
例外狀況
start
和 byteCount
指定的範圍超出緩衝區內容的界限。