| StreamWriterWrite Method (Char, Int32, Int32) | 
            Writes char array to the stream.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntaxpublic override void Write(
	char[] buffer,
	int index,
	int count
)
Parameters
- buffer
 - Type: SystemChar
Buffer with chars - index
 - Type: SystemInt32
Buffer start index - count
 - Type: SystemInt32
Number of characters to write 
See Also