Click or drag to resize

TypeConverter.ConvertToEnumerable Method

Overload List
  NameDescription
Public methodConvertToEnumerable<T>(IEnumerable, CultureInfo)
Returns an iterator over the results of converting the given values to the given type. The conversion is configurable further more before iteration.
Public methodConvertToEnumerable(IEnumerable, Type, CultureInfo)
Returns an iterator over the results of converting the given values to the given type. The conversion is configurable further more before iteration.
Top
See Also