Punycode converter at C#

前端 未结 1 1200
眼角桃花
眼角桃花 2021-01-21 16:29

I need a punycode converter for Silverlight. For WPF have such an opportunity in the standard libraries. I need a ready-made library or code of functions (punycode encoding and

相关标签:
1条回答
  • 2021-01-21 16:47

    I am not sure if Silverlight has access to this namespace but take a look at these IdnMapping fuunctions which are built into the .net framework.

    0 讨论(0)
提交回复
热议问题