IOFileConverter<TSource, TTarget>.Convert Method
Overloads
| Name | Description |
|---|---|
Convert(IOFile) |
Converts the given source file to the target format. |
Convert(TSource) |
Converts the given source file to the target format. |
Convert(IOFile)
Converts the given source file to the target format.
public sealed override IOFile Convert(IOFile source);
Parameters
| Name | Type | Description |
|---|---|---|
source |
IOFile |
The source file to convert. |
Returns
The converted file.
Convert(TSource)
Converts the given source file to the target format.
public new abstract TTarget Convert(TSource source);
Parameters
| Name | Type | Description |
|---|---|---|
source |
TSource |
The source file to convert. |
Returns
TTarget
The converted file.