Retrieve querystring parameter values

Querystring parameters can be retrieved with the following function

Lets assume the url is as follow http://localhost/test.apsx?ItemID=32
CODE

 

Output will be 32