'Declaration Public Overloads Overrides Function ConvertFrom( _
ByVal contextAn System.ComponentModel.ITypeDescriptorContext that provides a format context.As System.ComponentModel.ITypeDescriptorContext, _
ByVal cultureThe System.Globalization.CultureInfo to use as the current culture.As System.Globalization.CultureInfo, _
ByVal valueThe System.Object to convert.As System.Object _
) As System.Object
public override System.Object ConvertFrom(
System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture,
System.Object value
)
public: System.Object ConvertFrom(
System.ComponentModel.ITypeDescriptorContext* context,
System.Globalization.CultureInfo* culture,
System.Object value
); override
public:
System.Object ConvertFrom(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Globalization.CultureInfo^ culture,
System.Object value
); override
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- culture
- The System.Globalization.CultureInfo to use as the current culture.
- value
- The System.Object to convert.
Return Value
An System.Object that represents the converted value.