Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Services Namespace > CcowQueryConverter Class : ConvertStringToValue Method |
public override object ConvertStringToValue( string parameter, Type parameterType )
'Declaration
Public Overrides Function ConvertStringToValue( _ ByVal parameter As String, _ ByVal parameterType As Type _ ) As Object
'Usage
Dim instance As CcowQueryConverter Dim parameter As String Dim parameterType As Type Dim value As Object value = instance.ConvertStringToValue(parameter, parameterType)
public: Object^ ConvertStringToValue( String^ parameter, Type^ parameterType ) override