Click or drag to resize

TypeConverterConvertToEnumerable Method

Overload List
  NameDescription
Public methodConvertToEnumerableT(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