A Sandcastle Documented Class Library
WriteString Method (textToWrite, outputStream)
NamespacesGifComponentsGifComponentWriteString(String, Stream)
Writes the supplied string to the supplied output stream
Declaration Syntax
C#Visual BasicVisual C++
protected static void WriteString(
	string textToWrite,
	Stream outputStream
)
Protected Shared Sub WriteString ( _
	textToWrite As String, _
	outputStream As Stream _
)
protected:
static void WriteString(
	String^ textToWrite, 
	Stream^ outputStream
)
Parameters
textToWrite (String)
The string to be written to the output stream
outputStream (Stream)
The stream to write the string to.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453