Intersoft ClientUI Documentation
ConvertFrom(Object) Method



The object to convert.
Converts a property type from other types.
Syntax
Public Overloads Function ConvertFrom( _
   ByVal value As Object _
) As Object
Dim instance As PropertyTypeConverter
Dim value As Object
Dim value As Object
 
value = instance.ConvertFrom(value)
public object ConvertFrom( 
   object value
)
public:
Object^ ConvertFrom( 
   Object^ value
) 

Parameters

value
The object to convert.

Return Value

An object that represents 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

PropertyTypeConverter Class
PropertyTypeConverter Members
Overload List

Send Feedback