PointConverter..::..ConvertFrom Method

Converts the given object to the type of this converter, using the specified context and culture information.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)
Public Function ConvertFrom ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	value As Object _
) As Object
public:
Object^ ConvertFrom(
	ITypeDescriptorContext^ context, 
	CultureInfo^ culture, 
	Object^ value
)

Parameters

context
Type: ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
culture
Type: CultureInfo
The CultureInfo to use as the current culture.
value
Type: Object
The Object to convert.

Return Value

An Object that represents the converted value.

Exceptions


ExceptionCondition
[System.ArgumentException]