I want to extract the datatype of the value which is coming form the data table.
Someone please help me in this.
Thank you in advance
Regards,
Suraj
I want to extract the datatype of the value which is coming form the data table.
Someone please help me in this.
Thank you in advance
Regards,
Suraj
Hello @surajhy
You can try this:
string strDataType = valueDt.GetType.tostring
Let me know if it’s working!
Thank you so much
I tried this way
valueDT.Rows(0).Items(0).GetType.tostring
Regards,
Suraj
Welcome
Please mark as solved