







Returns a IPv4 address as a int value, useful for range checking.
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static int GetIPAddress( string ip_address ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetIPAddress ( _ ip_address As String _ ) As Integer |
Visual C++ |
---|
public: static int GetIPAddress( String^ ip_address ) |
Parameters
- ip_address
- Type: System..::.String
IP address string to convert.