Easy Tutorial
❮ Prop Datelastmodified Folder Met Htmlencode ❯

ASP BinaryWrite Method



The BinaryWrite method writes data directly to the output without character conversion.

Note: This method can be used to write image data (BLOB) from a database to the browser.

Syntax

Parameter Description
data Required. The binary information to be sent.

Example

If you have an object that generates a byte array, you can use BinaryWrite to send bytes to the application:


❮ Prop Datelastmodified Folder Met Htmlencode ❯