StreamWriterWrite Method (Char, Int32, Int32) |
Writes char array to the stream.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public 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