Skip to content

IOFileConverter Class

Definition

Converts files from one format to another.

public abstract class IOFileConverter

View source

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.