How to validate IP address in C#?
In this short tutorial, we will implement functionality to validate IP address passed as a string. We are going to focus only on the IPv4.
First of all, IP address consists of 4 parts, called octets, which are 8-bits numbers, each ranging from 0 to 2...
kdebowski.pl3 min read