Intersoft ClientUI Documentation
ConvertTo Method (Helper)



Destination type.
The value to convert.
Convert object to specific type.
Syntax
Public Shared Function ConvertTo( _
   ByVal type As Type, _
   ByVal obj As Object _
) As Object
Dim type As Type
Dim obj As Object
Dim value As Object
 
value = Helper.ConvertTo(type, obj)
public static object ConvertTo( 
   Type type,
   object obj
)
public:
static Object^ ConvertTo( 
   Type^ type,
   Object^ obj
) 

Parameters

type
Destination type.
obj
The value to convert.

Return Value

The converted value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Helper Class
Helper Members

Send Feedback