[VB.NET Tips] support for multiple lines of text

Support for multiple lines of text from start Visual Studio 2008 VB.NET.
Usage is as follows:

        Dim mString As String = <string>我是
一个多
                                行文本.</string>

Note that multiline text line breaks and spaces will be retained.

Guess you like

Origin www.cnblogs.com/tengwei6328/p/11257345.html