Extension Methods from Brandon Siegel
-
ConvertTo<T>
Converts an Array of arbitrary type to an array of type T. If a suitable converter cannot be found to do the conversion, a NotSupportedException is thrown.
ExtensionMethod.NET Home of 880 C#, Visual Basic, F# and Javascript extension methods
Converts an Array of arbitrary type to an array of type T. If a suitable converter cannot be found to do the conversion, a NotSupportedException is thrown.