1
Answer

xdocument to integer

dc

dc

12y
1.2k
1
In a C# 2010 application, I have the following value obtained from an Xdocument,

pacDet.Element("TotTran").Value.

I would like to know how to change this xdocument type to an integer data type.
Answers (1)