Interface ICommandConverter
- Namespace
- SixLabors.ImageSharp.Web.Commands.Converters
- Assembly
- SixLabors.ImageSharp.Web.dll
Defines a contract for converting the value of a string into a different data type. Implementations should be stateless by design and also implement ICommandConverter<T>.
public interface ICommandConverter
Properties
Type
Gets the type this converter returns.
Type Type { get; }