Punycode converter at C#

2020-04-12 09:30发布

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 decoding) {C#, Silverlight}.

1条回答
该账号已被封号
2楼-- · 2020-04-12 10:19

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.

查看更多
登录 后发表回答