開始位置および文字数を指定して、文字例を HTTP 出力ストリームに送信します。
Public Sub WriteString( _
ByVal s As String, _ ByVal index As Integer, _ ByVal count As Integer _)
[C#]
public void WriteString(strings,intindex,intcount);
[C++]
public: void WriteString(String* s,intindex,intcount);
[JScript]
public function WriteString(
s : String,index : int,count : int);
パラメータ
- s
HTTP 出力ストリームに送信する文字列。 - index
送信するバイトの文字列上の開始位置。 - count
index で指定された開始位置からの送信文字数。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ