- context
An System.ComponentModel.ITypeDescriptorContext implementation that can be used to gain additional context information.
- culture
The System.Globalization.CultureInfo object that can be used to support localization features.
- value
The object to convert.
![]()
An object instance that represents the converted object.
If value is a string, then the string representation of value is returned. If value is null, an empty string ("") is returned. For all other specified values, a NotSupportedException exception is thrown.
Call the DataSourceViewSchemaConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) method to determine whether the DataSourceViewSchemaConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) method supports converting the source type.