Namespace SixLabors.ImageSharp.Web.Commands.Converters
Classes
- ArrayConverter<T>
Converts the value of a string to a generic array.
- ColorConverter
Allows the conversion of strings into rgba32 pixel colors.
- EnumConverter
The enum converter. Allows conversion to enumerations.
- IntegralNumberConverter<T>
The generic converter for integral types.
- ListConverter<T>
Converts the value of a string to a generic list.
- SimpleCommandConverter<T>
The generic converter for simple types that implement IConvertible.
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>.
- ICommandConverter<T>
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>.