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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.