Lee Kelleher

Archive for posts tagged with 'revised'

  1. How to convert NameValueCollection to a (Query) String [Revised]

    Posted on . Estimated read time: under a minute (190 words)

    Following on from a comment on my previous post about converting a NameValueCollection to a (query) string – I have finally got around to revising my code snippet.  Now the method will handle same key multiple values, (it no longer comma-separates them). I have also added extra parameters so that you can define your own delimiter (since the HTTP specification says that you can use both ampersands & and semicolons ;) and there is an…

    Tags: , , , , ,