C#

TextBox text null check

Louiey 2018. 11. 13. 14:38
if (!string.IsNullOrWhiteSpace(textbox.Text))
{
    //code here
}


저작자표시 비영리 변경금지 (새창열림)