StringArrayConverter.CanConvertFrom Method (ITypeDescriptorContext, Type)
.NET Framework (current version)
Determines whether the StringArrayConverter can convert the specified source type to an array of strings.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.
- sourceType
-
Type:
System.Type
The Type to convert.
The CanConvertFrom method determines whether the StringArrayConverter can convert the object specified by sourceType to an array of strings. Use this method prior to calling the ConvertFrom method to perform the conversion.
.NET Framework
Available since 2.0
Available since 2.0
Show: