共用方式為


HOW TO:產生多行字串常值 (Visual Basic)

更新:2007 年 11 月

這個範例建構長度為三行的字串常值 (String Literal)。

範例

Dim MyString As String
MyString = "This is the first line of my string." & VbCrLf & _
           "This is the second line of my string." & VbCrLf & _
           "This is the third line of my string."

這個程式碼範例也可以當做 IntelliSense 程式碼片段使用。在程式碼片段選擇器中,它是位於 [資料型別 - Visual Basic 所定義] 中。如需詳細資訊,請參閱 HOW TO:在您的程式碼中插入程式碼片段 (Visual Basic)

編譯程式碼

這項範例需要:

請參閱

概念

將字串轉換成 .NET Framework 資料型別

建立新字串

字串範例

其他資源

Visual Basic 中的字串

剖析字串

操作字串

在 Visual Basic 中建置字串