iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ConditionalTagHandler.ConvertValue Method 

[Visual Basic]
Protected Function ConvertValue( _
   ByVal Type As Type, _
   ByVal String As String _
) As Object
[C#]
protected object ConvertValue(
   Type type,
   String value
);

Parameters

type
value

Return Value

See Also

ConditionalTagHandler Class | IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers Namespace