asp.net.ph

HttpWriter.WriteString Method

System.Web Namespace   HttpWriter Class


Sends a string with the specified starting position and number of characters to the HTTP output stream.

[ VB ]
Public Sub WriteString ( _
   ByVal s As String, _
   ByVal index As Integer, _
   ByVal count As Integer _
)

[ C# ]
public void WriteString (
   string s,
   int index,
   int count
);

[ C++ ]
public: void WriteString (
   String* s,
   int index,
   int count
);

[ JScript ]
public function WriteString (
   s : String,
   index : int,
   count : int
);

Parameters

s
The string to send to the HTTP output stream.
index
The character position of the first byte to send.
count
The number of characters to send, beginning at the character position specified by index.
See Also

HttpWriter Members 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