Possible Duplicate:
Punycode converter at C#
I am looking to convert a puny code to unicode using C#.
I did come across few js including this one called "punycode.js" and also this question on SO.
But my requirement is to do the same using C#, the reason being
I am making WEB API and need to use C# to do this conversion operation and then return the data through the API.. so no JS
Please share your thoughts on this.