Longs to ip address.

Namespace: DotNetNuke.Common.Utils
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string LongToIp(
	long ip
)
Visual Basic
Public Shared Function LongToIp ( 
	ip As Long
) As String

Parameters

ip
Type: System..::..Int64
The ip address

Return Value

IP Number as formatted string

See Also