Converts the given object to the type of this converter, using the specified context and culture information.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
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 |
F# |
---|
abstract ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> Object
override ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> Object |
Return Value
Type:
ObjectAn
Object that represents the converted value.
See Also