encoding issue

Hi, From an external source I am getting data in the following format / encoding:

http://www.mydomain.com/app?message=309934

how do I convert the message parameter into plain string 309934? Thanks.

Any takers?

If you use ruby-debug to break in and examine params[:message] what does it show?

Colin