Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context.
Assembly: System (in System.dll)
Syntax
Public Overrides Function CanConvertFrom ( _
context As [%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_0_0_0%], _
sourceType As [%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_0_0_1%] _
) As [%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_0_0_2%]
public override [%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_1_0_0%] CanConvertFrom(
[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_1_0_1%] context,
[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_1_0_2%] sourceType
)
public:
virtual [%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_2_0_0%] CanConvertFrom(
[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_2_0_1%]^ context,
[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_2_0_2%]^ sourceType
) override
abstract CanConvertFrom :
context:[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_3_0_0%] *
sourceType:[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_3_0_1%] -> [%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_3_0_2%]
override CanConvertFrom :
context:[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_3_0_3%] *
sourceType:[%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_3_0_4%] -> [%$TOPIC/z7ka8cxa_en-us_VS_110_1_0_3_0_5%]
Parameters
- context
- Type:
System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- sourceType
- Type:
SystemType
A Type that represents the type you wish to convert from.
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.