Convert C# format to VB

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-04-19T14:56:24Z Indexed on 2010/04/19 15:03 UTC
Read the original article Hit count: 537

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about vb.net