- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
how to substring Ipaddress
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 06:02 AM - edited 06-19-2019 06:04 AM
Hello Netzis,
Can anybody help in substringing
I have endup with
Dim urli = "https://ipman/wapi/v2.6.1/" + propertyValue + "?_function=next_available_ip&num=1"
(propertyvalue="_ref")
Dim ipaddress = rest.invoke("POST", urli, Nothing, Nothing, "")
ipaddress= "{""ips"": [""149.203.16.25""]}"
How can i get only "149.203.16.25" ? I tried all sorts of substring. That double quotes never leaves !
Which make the body as follows :
{{
"name": "abinep-74625.test.com",
"ipv4addrs": [
{
"ipv4addr": "[\"143.203.256.25\"]}",
"mac": "8c:87:a5:60:f1:b8"
}
]
}}
"ipv4addr": "[\"143.203.256.25\"]}"--> how to convert this to "ipv4addr" :"143.203.256.25"
Thank you
Re: how to substring Ipaddress
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 06:41 AM
Found answer thanks