I need to mask a input string having Pan number format ex.(ABCDE1234F) to (######234F) .
I have tried using maskedtextbox but it didn't help.
using below code :-
I need to mask a input string having Pan number format ex.(ABCDE1234F) to (######234F) .
I have tried using maskedtextbox but it didn't help.
using below code :-
Please check this code, you can modify this code as per the textbox values
Output