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

Int32TypeHandler.ValueOf Method 

Converts the String to the type that this handler deals with

[Visual Basic]
Overrides Public Function ValueOf( _
   ByVal Type As Type, _
   ByVal String As String _
) As Object _
    Implements ITypeHandler.
[C#]
public override object ValueOf(
   Type type,
   String s
);

Parameters

type
the tyepe of the property (used only for enum conversion)
s
the String value

Return Value

the converted value

Implements

ITypeHandler.

See Also

Int32TypeHandler Class | IBatisNet.DataMapper.TypeHandlers Namespace