Convert C# format to VB
- by Bill
I am sure this is a simple questiion for you guys but I don't know what this developer is doing.
name = String.Format(MyStringBuilder + "");
If I convert this to VB I get the message "operator + is not defined for types system.text.stringbuilder and string". Same thing if I use &.
Thanks for any assistance.
Bill