|
Extension methods are new in Visual Basic 2008. This short blog series explores how extension methods can be used to add Subs and Functions to the .NET String type. Click here for an index of this blog series. Here's this post's sample code: Module...
|