IOFileConverter Class
Definition
Converts files from one format to another.
public abstract class IOFileConverter
Properties
| Name | Description |
|---|---|
| SourceFormat | Gets the source format of the converter. |
| TargetFormat | Gets the target format of the converter. |
Methods
| Name | Description |
|---|---|
| Convert(IOFile) | Converts the given source file to the target format. |