Converts the specified text to an object.
Public Function ConvertFromString ( _ text As String _ ) As Object
Dim instance As TypeConverter Dim text As String Dim returnValue As Object returnValue = instance.ConvertFromString(text)
public Object ConvertFromString( string text )
public: Object^ ConvertFromString( String^ text )
public function ConvertFromString( text : String ) : Object
The string cannot be converted into the appropriate object.
The default implementation always returns nullNothingnullptra null reference (Nothing in Visual Basic).
For an example of this function, see the TypeConverter class.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98