Enclose values in double quotes in VB.net

Posted by acadia on Stack Overflow See other posts from Stack Overflow or by acadia
Published on 2010-03-29T21:00:44Z Indexed on 2010/03/29 21:03 UTC
Read the original article Hit count: 349

Filed under:

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

© Stack Overflow or respective owner

Related posts about vb.net