Вопрос

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