Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static long IPToLong(
IPAddress ip
)
Public Shared Function IPToLong (
ip As IPAddress
) As Long
public:
static long long IPToLong(
IPAddress^ ip
)
static member IPToLong :
ip : IPAddress -> int64
Parameters
- ip
- Type: System.NetIPAddress
Return Value
Type:
Int64
See Also