Jui Jaa

Jui Jaa

  • NA
  • 1
  • 0

IP Address Validation

Nov 22 2005 8:11 AM
C# I m new in this tech I have an input field for an IP Address. The input needs to be verified if it is a valid IP Address; thus I want to check this input character by character to make sure it only includes digits and dots; then I will check the each number between two dots is between 0 and 255.

Answers (1)