Class TransformConverter
Creates an ITransform from a string representation.
public class TransformConverter : TypeConverter
- Inheritance
-
TransformConverter
- Inherited Members
Constructors
TransformConverter()
public TransformConverter()
Methods
CanConvertFrom(ITypeDescriptorContext?, Type)
public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sourceType)
Parameters
context
ITypeDescriptorContextsourceType
Type
Returns
ConvertFrom(ITypeDescriptorContext?, CultureInfo?, object?)
public override object? ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object? value)
Parameters
context
ITypeDescriptorContextculture
CultureInfovalue
object