i'm curious if there is a way in vb.net to accomplish what javascript offers with prototyping, where you can add custom methods to a built-in class. in particular, i wanted to add some custom methods to the string class. i thought about inheritence, but it doesn't look like you can create a class that inherits the string class.
any ideas?
thanks,
glenn
