Click here to Skip to main content
15,889,266 members
Articles / Programming Languages / Visual Basic

Convert CIDR formatted string to its IPAddress Range representation

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
29 Dec 2009CPOL 14.7K   2  
''' ''' Converts a CIDR formatted string to the IPAddress-range it represents. (Function handles IPv4 only). ''' ''' CIDR formatted string, example: "209.85.134.0/23" ''' A List(Of IPAddress): (0)=StartIP,...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Belgium Belgium
MSDN VB.NET Forums

Comments and Discussions