答えて

0

I見つけました。

DataRow^ rw = dt->Rows[1]; 
Byte^temp=(Byte^)rw->ItemArray->GetValue(5); 
printf("ID = %d \n",*temp); 
関連する問題