Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C# 方面我正在使用System.Net.IPAddress
System.Net.IPAddress
在我使用的 C++ 端UINT32(inet_addr函数的结果)
UINT32
inet_addr
在 C++-Cli 包装器的接口中使用什么会更好? 我试过使用UINT32,但我不知道如何在 C# 端转换System.Net.IPAddress为正确的。UINT32
如何在 C# 中将 IPv4 地址转换为整数? 请注意,在 C++ 中(就像在 C# 中一样)uint32 实际上是无符号整数。您需要将 IpAdress 转换为整数。