This content is part of a third party extension that is not supported by the Cake project.
Summary
Converts a nullable string to a value of type TType
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .TypeConversion - Containing Type
- Task
Argument Type Converter <TType>
Syntax
protected abstract TType ConvertType(TaskArgument argument, CultureInfo cultureInfo)
Parameters
Name | Type | Description |
---|---|---|
argument | TaskArgument | The task argument value, from which you can get a single string or a list of strings. |
cultureInfo | CultureInfo | The CultureInfo of the application. |
Return Value
Type | Description |
---|---|
TType | An instance value of the type TType. |