asp.net.ph

Response.Write Method ( Char [ ], Int32, Int32 )

System.Web Namespace   HttpResponse Class


Writes an array of characters to an HTTP output content stream.

[ VB ]
Overloads Public Sub Write ( _
   ByVal buffer ( ) As Char, _
   ByVal index As Integer, _
   ByVal count As Integer _
)

[ C# ]
public void Write (
   char [ ] buffer,
   int index,
   int count
);

[ C++ ]
public: void Write (
   __wchar_t buffer __gc [ ],
   int index,
   int count
);

[ JScript ]
public function Write (
   buffer : Char [ ],
   index : int,
   count : int
);

Parameters

buffer
The character array to write.
index
The position in the character array where writing starts.
count
The number of characters to write, beginning at index.
See Also

HttpResponse Members   HttpResponse.Write Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph