Hello,
I have a maskedTextBox and have set a custom format for inputting an IP Address.
Custom format ###.###.###.###
And have used the string replace(" ","") to remove any white spaces.
However, the dots do not come out after the user has entered the IP address
for example 12.123.566.54
Will come out like: 1212356654.
Does anyone know a better way to do this.
Many thanks for any suggestions,
Steve
I have a maskedTextBox and have set a custom format for inputting an IP Address.
Custom format ###.###.###.###
And have used the string replace(" ","") to remove any white spaces.
However, the dots do not come out after the user has entered the IP address
for example 12.123.566.54
Will come out like: 1212356654.
Does anyone know a better way to do this.
Many thanks for any suggestions,
Steve