Formats as cidr.
Namespace: DotNetNuke.Common.UtilsAssembly: 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.