Method SaveStream
SaveStream(TextWriter)
Saves IPersistentSettings content to the specified stream.
public virtual bool SaveStream(TextWriter writer)
Parameters
writerTextWriterThe TextWriter object to write.
Returns
- bool
True is succeed; otherwise false.
SaveStream(Stream)
Saves IPersistentSettings content to the specified stream.
public bool SaveStream(Stream stream)
Parameters
streamStreamThe Stream object to save content.
Returns
- bool
True is succeed; otherwise false.
SaveStream(Stream, Encoding)
Saves IPersistentSettings content to the specified stream with specific encoding.
public bool SaveStream(Stream stream, Encoding encoding)
Parameters
streamStreamThe Stream object to save content.
encodingEncodingSpecifies the character encoding to use.
Returns
- bool
True is succeed; otherwise false.