I have an entry type user control, and I would like the user to only be able to enter the following format:
Latitude, Length as for example "12.2323, -1.53452"
That is, you can only enter numbers, periods, 1 comma, and the minus sign. On the other hand I read that the latitude must be a number between -90 and 90 and the length between -180 and 180
How can I do this? With what functions can I support myself to carry out the validation? Thanks