This content is part of a third party extension that is not supported by the Cake project.
Summary
Converts from a
TaskArgument into a new type.
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .TypeConversion - Containing Type
- Task
Argument Type Converter <TType>
Syntax
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo cultureInfo, object value)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| context | I |
The System.ComponentModel.ITypeDescriptorContext. |
| cultureInfo | CultureInfo | The System.Globalization.CultureInfo. |
| value | object |
Return Value
| Type | Description |
|---|---|
| object |
