ConvertStringToValue Method
Summary
Converts a string parameter to the specified type.
Syntax
Public Overrides Function ConvertStringToValue( _
ByVal parameter As String, _
ByVal parameterType As Type _
) As Object
Parameters
parameter
Parameter string value.
parameterType
The type to convert.
Return Value
The converted parameter.