ConvertStringToValue Method

Summary

Converts a string parameter to the specified type.

Syntax
C#
VB
C++
public override object ConvertStringToValue( 
   string parameter, 
   Type parameterType 
) 
Public Overrides Function ConvertStringToValue( _ 
   ByVal parameter As String, _ 
   ByVal parameterType As Type _ 
) As Object 
public: 
Object^ ConvertStringToValue(  
   String^ parameter, 
   Type^ parameterType 
) override  

Parameters

parameter
Parameter string value.

parameterType
The type to convert.

Return Value

The converted parameter.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly