Interface IStringImport
Provides methods to load text content.
public interface IStringImport
Methods
- BeginRead(TextReader, object)
When implemented by a class, starts reading routine.
- EndRead()
When implemented by a class, finalizes reading routine.
- Read()
When implemented by a class, loads entire content.