• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    IExport Interface

    Definition

    Namespace: Alternet.Syntax
    Assembly: Alternet.Syntax.v8.dll

    Represents methods to save text content.

    Syntax
    public interface IExport

    Methods

    SaveFile(String)

    When implemented by a class, saves text content to the specific file.

    SaveFile(String, Encoding)

    When implemented by a class, saves text content to the specific file with specific encoding.

    SaveStream(Stream)

    When implemented by a class, saves the text content to the specified stream.

    SaveStream(Stream, Encoding)

    When implemented by a class, saves the text content to the specified stream.

    SaveStream(TextWriter)

    When implemented by a class, saves the text content to the specified stream.

    In This Article
    Back to top Copyright AlterNET Software Download PDF