共用方式為


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

這個範例建構長度為三行的字串常值 (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:插入 IntelliSense 程式碼片段

編譯程式碼

這個範例需要:

請參閱

概念

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

建立新字串

字串範例

其他資源

Visual Basic 中的字串

剖析字串

操作字串

在 Visual Basic 中建置字串