Click or drag to resize
FileInfoCreateTextInternal Method
Creates or opens a file for writing UTF-8 encoded text.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
protected abstract StreamWriter CreateTextInternal()

Return Value

Type: StreamWriter
See Also