What is the inet_addr function equivalent in C#.

Posted by gtas on Stack Overflow See other posts from Stack Overflow or by gtas
Published on 2010-05-17T16:23:43Z Indexed on 2010/05/17 18:20 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

Hello all, i need to know how to use an IP address like inet_addr("192.168.0.2"); in C++ where this returns DWORD. My wrapper in C# treats this field as an Int?

Can anyone help on this misunderstanding?

© Stack Overflow or respective owner

Related posts about c#3.0

Related posts about wrapper