I have an ip address as follows 192.168.10.140 i would like to drop everything from the string after the 3rd occurance of the decimal but i am not sure how to go about it

using VB.net 2010

thanks in advance

有帮助吗?

解决方案

Use LastIndexOf to find the last index of . then use Substring to get the part you need.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top