Enclose values in double quotes in VB.net
- by acadia
Hello,
I have this string in vb.net.
I would appreciate if you can let me know how I can enclose the values in double quotes
dim str as string=""
str.Append("EmpID=" & empNo & " DeptID=" & deptID & "")
I want the value of string to be EmiID="10" DeptID="20"
Thanks