【发布时间】:2014-03-30 07:16:03
【问题描述】:
我有一个IPv4 地址作为uint 提供,我想将其转换为string(用于记录)。
我通常会在 C# 中使用 System.Net.IPAddress 构造函数来实现这一点……但似乎 System.Net.IPAddress 在 C# 中对于 WinRT/Windows Store 不可用。有没有人有等效的方法来进行这种转换?
谢谢。
【问题讨论】:
标签: c# windows-runtime ipv4 uint