Hallo All,
we have the following Issue: We want to retrieve from Google API the Longitude. The Longitude what we ask should be 6.990940399999999.
we created a function which should get this Value, so far so good, but it retrieves this: 6.9909404. But we need to retrieve the full string.
The Code how we will return this Value is:
LOCAL GetValueAsText(JObject : DotNet "Newtonsoft.Json.Linq.JObject";PropertyName : Text) ReturnValue : Text
IF NOT ISNULL(JObject.GetValue(PropertyName)) THEN
ReturnValue := JObject.GetValue(PropertyName).ToString;
if someone could help, it would be nice.
0
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!