Back to Website
Show / Hide Table of Contents

Class ExternalConverter

Inheritance
System.Object
ExternalConverter
Implements
IExternalConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Common.ExternalConverter
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ExternalConverter : IExternalConverter

Constructors

ExternalConverter(IConfiguration)

Declaration
public ExternalConverter(IConfiguration configuration)
Parameters
Type Name Description
IConfiguration configuration

Methods

CanConvert(Stream)

Declaration
public bool CanConvert(Stream data)
Parameters
Type Name Description
System.IO.Stream data
Returns
Type Description
System.Boolean

CanConvert(String)

Declaration
public bool CanConvert(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.Boolean

CanConvertFormat(String)

Declaration
public bool CanConvertFormat(string extension)
Parameters
Type Name Description
System.String extension
Returns
Type Description
System.Boolean

Convert(Stream)

Declaration
public string Convert(Stream data)
Parameters
Type Name Description
System.IO.Stream data
Returns
Type Description
System.String

Convert(String)

Declaration
public string Convert(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.String

Implements

IExternalConverter
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...