MultilineStringConverter
Class
Definition
Provides a type converter to convert multiline strings to a simple string.
public class MultilineStringConverter : System.ComponentModel.TypeConverter
- Inheritance
Inherited Members
System.ComponentModel.TypeConverter
System.Object
Constructors
| MultilineStringConverter() |
Initializes a new instance of the MultilineStringConverter class. |
Methods
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type, using the specified context and culture information. |
| GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
Returns a collection of properties for the type of array specified by the |
| GetPropertiesSupported(ITypeDescriptorContext) |
Returns whether this object supports properties, using the specified context. |