Formats as cidr.

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

Syntax

C#
public static string FormatAsCidr(
	string startIP,
	string subnetMask
)
Visual Basic
Public Shared Function FormatAsCidr ( 
	startIP As String,
	subnetMask As String
) As String

Parameters

startIP
Type: System..::..String
The start ip.
subnetMask
Type: System..::..String
The subnet mask.

Return Value

Classless Inter-Domain Routing

See Also