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