IpHelperIPv4ToNumber Method |
将IP地址转换为数值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static long IPv4ToNumber(
string ipAddress
)
Public Shared Function IPv4ToNumber (
ipAddress As String
) As Long
public:
static long long IPv4ToNumber(
String^ ipAddress
)
static member IPv4ToNumber :
ipAddress : string -> int64
Parameters
- ipAddress
- Type: SystemString
[Missing <param name="ipAddress"/> documentation for "M:Adf.IpHelper.IPv4ToNumber(System.String)"]
Return Value
Type:
Int64[Missing <returns> documentation for "M:Adf.IpHelper.IPv4ToNumber(System.String)"]
See Also