ErrorsToStringConverter Class
Converts an IEnumerable<T> to a string.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Converters
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
<ValueConversionAttribute(GetType(ValidationError), GetType(String))> _
Public Class ErrorsToStringConverter _
Implements IValueConverter
[ValueConversionAttribute(typeof(ValidationError), typeof(string))]
public class ErrorsToStringConverter : IValueConverter
[ValueConversionAttribute(typeof(ValidationError), typeof(String))]
public ref class ErrorsToStringConverter : IValueConverter
public class ErrorsToStringConverter implements IValueConverter
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Converters.ErrorsToStringConverter
See Also
ErrorsToStringConverter Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Converters Namespace