Interface ICommandConverter
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>.
Namespace: SixLabors.ImageSharp.Web.Commands.Converters
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public interface ICommandConverter
Properties
| Edit this page View SourceType
Gets the type this converter returns.
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
Type |