Network2s the ip range.
Namespace: DotNetNuke.Common.UtilsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void Network2IpRange( string sNetwork, out uint startIP, out uint endIP ) |
Visual Basic |
---|
Public Shared Sub Network2IpRange ( sNetwork As String, <OutAttribute> ByRef startIP As UInteger, <OutAttribute> ByRef endIP As UInteger ) |
Parameters
- sNetwork
- Type: System..::..String
The network name.
- startIP
- Type: System..::..UInt32%
The start ip.
- endIP
- Type: System..::..UInt32%
The end ip.