mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

ComparableIpAddress.ToUlong Method



Static method is used to convert from a string IP address to an unsigned long IP adress


Namespace: SobekCM.Tools.IpRangeUtilities
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public static ulong ToUlong(
	string IpAddress
)

Parameters

IpAddress
Type: System..::..String
IP address as a string

Return Value

Type: UInt64
IP address as an unsigned long

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )