StringWriter: Flush

Flush

Writes any buffered data to the underlying string.



 Public Sub Flush ( )

Remarks

Since the data is directly written to the underlying string, this function does nothing. It is here to maintain interface consistency.

See Also

Project CorLib Overview

Class StringWriter Overview