Namespace SixLabors.ImageSharp.Web.Commands.Converters
Interfaces
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>.