[]
Represents the parameter type converter.
public class ParameterTypeConverter : TypeConverter
| Name | Description |
|---|---|
| ParameterTypeConverter() |
| Name | Description |
|---|---|
| CanConvertTo(ITypeDescriptorContext, Type) | Returns whether this converter can convert the object to the specified type, using the specified context. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the given value object to the specified type, using the specified context and culture information. |