Welcome to DetlefGrohs.com Sign in | Join | Help

Friday, September 28, 2007 - Posts

Jagged Array Code Snippets

I use the following methods to send a Hashtable to and from a web service call. I specify that the signature and or parameter of the web method are object[][] and use the following methods to convert a Hashtable to and from an object[][]. /// <summary>
posted by detlef | 0 Comments
Filed Under:

MatchAndReplace Code Snippet

I use the following code snippet to do a regex search and replace in a string without having to worry about all of the syntax around the method calls to regex. This supports all of the regular expression matching syntax commands in both the pattern and
posted by detlef | 0 Comments
Filed Under: