c#中如何判断maskedtextbox为空?

2025-04-13 15:27:31
推荐回答(2个)
回答1:

maskedtextbox.Text.Length == 0不就可以么

回答2:

maskedtextbox.Text=""