>>607
int a;
if (int.TryParse("19283A", out a))
{
// 変換できる。できたなら aに値もはいってる
}else
{
// できない。
}