ericnewton76/gmaps-api-net

Thats not how concat works :)

Herostwist opened this issue · 2 comments

return string.Concat(swStr + Constants.PIPE_URL_ENCODED + neStr);

return string.Concat(swStr, Constants.PIPE_URL_ENCODED, neStr);

Ah good catch. Some code has my name on it but might've come from others when I took it over. Might be mine, not sure. Lol

Can you try to find some more silliness like this? I'll try to lump this into a PR