C# Class Rolcore.Net.Sockets.TcpIpUtils

Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
IpStringToDouble ( string ipAddress ) : double

Converts an IP address to a double representation.

Private Methods

Méthode Description
TcpIpUtils ( ) : System

Method Details

IpStringToDouble() public static méthode

Converts an IP address to a double representation.
public static IpStringToDouble ( string ipAddress ) : double
ipAddress string Specifies the IP address (in 0.0.0.0 format) to convert.
Résultat double