So I\'m in the verge of creating my first C# system. I use my vb.net system to use as my reference.
This is the code on my vb.net system:
Dim value A
Try this:
int value = double.Parse(dt.Rows[0]["TransID"]);