Interface IExternalConverter
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IExternalConverter
Methods
CanConvert(Stream)
Declaration
bool CanConvert(Stream data)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
data |
|
Returns
| Type |
Description |
| System.Boolean |
|
CanConvert(String)
Declaration
bool CanConvert(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
bool CanConvertFormat(string extension)
Parameters
| Type |
Name |
Description |
| System.String |
extension |
|
Returns
| Type |
Description |
| System.Boolean |
|
Convert(Stream)
Declaration
string Convert(Stream data)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
data |
|
Returns
| Type |
Description |
| System.String |
|
Convert(String)
Declaration
string Convert(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns
| Type |
Description |
| System.String |
|