2
Answers

convert int to string in sql queries

Photo of Ujjawal Arora

Ujjawal Arora

6y
633
1
i want to know that how to convert int to string in c#.. also want to know how to debug the sql queries 
my code is
 
strTag[j,3] = SqlRead.GetDouble(0).ToString("#####0.00"); 

Answers (2)