TaskArgumentTypeConverter<TType>.

ConvertType(TaskArgument, CultureInfo) Method

Summary

Converts a nullable string to a value of type 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.