| Vector4FConverterConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type, using the specified context and
culture information.
Namespace: DigitalRune.Mathematics.Algebra.DesignAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
Public Overrides Function ConvertTo (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object,
destinationType As Type
) As Object
public:
virtual Object^ ConvertTo(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value,
Type^ destinationType
) override
abstract ConvertTo :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object *
destinationType : Type -> Object
override ConvertTo :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object *
destinationType : Type -> Object
Parameters
- context
- Type: ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
- Type: System.GlobalizationCultureInfo
The CultureInfo to use as the current culture. - value
- Type: SystemObject
The Object to convert. - destinationType
- Type: SystemType
A Type that represents the type you want to convert to.
Return Value
Type:
ObjectAn
Object that represents the converted value.
See Also