[Missing <summary> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

Namespace: FiftyOne.Framework.Location
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)
Visual Basic
Public Overrides Function ConvertFrom ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	value As Object _
) As Object
Visual C++
public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context, 
	CultureInfo^ culture, 
	Object^ value
) override

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

culture
Type: System.Globalization..::..CultureInfo

[Missing <param name="culture"/> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

Return Value

[Missing <returns> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

See Also