MultilineStringConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a type converter to convert multiline strings to a simple string.
public ref class MultilineStringConverter : System::ComponentModel::TypeConverter
public class MultilineStringConverter : System.ComponentModel.TypeConverter
type MultilineStringConverter = class
inherit TypeConverter
Public Class MultilineStringConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| MultilineStringConverter() |
Initializes a new instance of the MultilineStringConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. (Inherited from TypeConverter) |
| CanConvertFrom(Type) |
Returns whether this converter can convert an object of the given type to the type of this converter. (Inherited from TypeConverter) |
| CanConvertTo(ITypeDescriptorContext, Type) |
Returns whether this converter can convert the object to the specified type, using the specified context. (Inherited from TypeConverter) |
| CanConvertTo(Type) |
Returns whether this converter can convert the object to the specified type. (Inherited from TypeConverter) |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the given object to the type of this converter, using the specified context and culture information. (Inherited from TypeConverter) |
| ConvertFrom(Object) |
Converts the given value to the type of this converter. (Inherited from TypeConverter) |
| ConvertFromInvariantString(ITypeDescriptorContext, String) |
Converts the given string to the type of this converter, using the invariant culture and the specified context. (Inherited from |