EmpCLass.dtDOB = Convert.ToDateTime(txtdob.Text, new CultureInfo("en-US"));
取得中のエラー:
The type or namespace name 'CultureInfo' could not be found(are you missing a using directive or an assembly reference)
EmpCLass.dtDOB = Convert.ToDateTime(txtdob.Text, new CultureInfo("en-US"));
取得中のエラー:
The type or namespace name 'CultureInfo' could not be found(are you missing a using directive or an assembly reference)