FileIO.WriteBytesAsync | writeBytesAsync method
Writes an array of bytes of data to the specified file.
Syntax
Public Shared Function WriteBytesAsync( file As IStorageFile, buffer As Byte() ) As IAsyncAction
Parameters
- file
-
Type: IStorageFile
The file that the byte is written to.
- buffer
-
Type: array of Number [JavaScript] | System.Byte[] [.NET] | Platform::Array<uint8> [C++]
The array of bytes to write.
Return value
Type: IAsyncAction
No object or value is returned when this method completes.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 5/16/2013
