How to add separator in EditText Text while typing in Xamarin.Android (C#)?

前端 未结 0 1876
予麋鹿
予麋鹿 2020-12-19 03:29

I have tried in AfterTextChanged event with below code.

Code:

double value = 0;

            if (double.TryParse(Text, NumberStyles.Any, this.Int         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题