Class EnumerableToStringConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Converts an enumerable object to a string representation.
public class EnumerableToStringConverter : IValueConverter
- Inheritance
-
EnumerableToStringConverter
- Implements
Fields
- Instance
Gets the instance of the EnumerableToStringConverter class.
Methods
- Convert(object, Type, object, CultureInfo)
Converts an enumerable object to a string representation.
- ConvertBack(object, Type, object, CultureInfo)
Converts a string representation back to an enumerable object. This method is not implemented.