I have a problem with the Mikrotik API in C#
I locate a logged user on hot spot with this code:
connection.LoadSingleOrDefault<HotspotActive>(connection.CreateParameter("user", *MyUserName*));
However it works on a case-sensitive basis; how can I make the code case-insensitive?
Thanks.