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

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 ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)
Visual Basic
Public Overrides Function ConvertTo ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	value As Object, _
	destinationType As Type _
) As Object
Visual C++
public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context, 
	CultureInfo^ culture, 
	Object^ value, 
	Type^ destinationType
) override

Parameters

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

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

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

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

value
Type: System..::..Object

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

destinationType
Type: System..::..Type

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

Return Value

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

See Also