FileStreamWrapper.WriteData(Byte[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int WriteData(cli::array <System::Byte> ^ buf, int iBytes);
public int WriteData (byte[] buf, int iBytes);
abstract member WriteData : byte[] * int -> int
override this.WriteData : byte[] * int -> int
Public Function WriteData (buf As Byte(), iBytes As Integer) As Integer
Parameters
- buf
- Byte[]
- iBytes
- Int32