←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly