Click or drag to resize

IContentConverter Interface

Interface for implementation of conversion string to typed content.

Namespace:  ASDSoft.WebSigner.Server.Content.Converters
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public interface IContentConverter

The IContentConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertFromText
Convert text to instance of specific implementation base class ContentBase
Top
See Also