Click or drag to resize

EnumerableExtensionToEnumerable Method

Overload List
  NameDescription
Public methodStatic memberToEnumerableT(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 methodStatic memberToEnumerable(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