| Vector4DConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object) |
Converts the given object to the type of this converter, 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 ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
Object value
)
Public Overrides Function ConvertFrom (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object
) As Object
public:
virtual Object^ ConvertFrom(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value
) override
abstract ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> Object
override ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> 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.
Return Value
Type:
ObjectAn
Object that represents the converted value.
See Also