IFileStreamWriter.WriteBytes(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:
int WriteBytes(cli::array <System::Byte> ^ bytesVal, int iLen);
public int WriteBytes (byte[] bytesVal, int iLen);
abstract member WriteBytes : byte[] * int -> int
Public Function WriteBytes (bytesVal As Byte(), iLen As Integer) As Integer
Parameters
- bytesVal
- Byte[]
- iLen
- Int32