Attempts to convert the specified object to an ICommand.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object source
)
Visual Basic
Public Overrides Function ConvertFrom ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	source As Object _
) As Object

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
A format context that provides information about the environment from which this converter is being invoked.
culture
Type: System.Globalization..::..CultureInfo
Culture specific information.
source
Type: System..::..Object
The object to convert.

Return Value

The converted object, or null reference if source is an empty string.

See Also