Android Question IsNumber( with commas?

Mitch

Member
Licensed User
Longtime User
IsNumber(55555) = true
IsNumber(55,555) = false

I'm using an editText view, not numerics. This is just to show the issue.

Is there any way around this?

Thanks in advance.
 
Top