This ' vbCrlf ' keyword is used for new line operator for example....
///////////////////////////////////////////////////////////////
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim str As String
str = "This is how" & vbcrlf & "to get a new line"
MessageBox.Show(str)
End Sub
End Class
////////////////////////////////////////////////////////////////////
See Also :
- What is Class and Object in C#.net ?
- What is Encapsulation in C#.Net ?
- What is Abstract Class in C#.Net,How to use Abstract class in .net?
- Wht is Inheritance in c#.net ?
- What is Method Overloading in .Net?
--
/\/ir@\/ <(.'.)>
0 comments:
Post a Comment
Thanks for comment