I get the following Unicode as a parameter from a URL which is connected to my webservice:
%u0633%u0644%u0627%u0645
This code is representation of a 4-letter Persian word and I want to use it in its true form (save to DB/write to log/etc) and I want to know how should I cast it using C# code.