StringConverter.CanConvertFrom Method
.NET Framework 2.0
Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context.
| Name | Description |
|---|---|
| StringConverter.CanConvertFrom (Type) | Returns whether this converter can convert an object of the given type to the type of this converter. |
| StringConverter.CanConvertFrom (ITypeDescriptorContext, Type) | Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context. |