Hi, what is the C# equivelant to VB's line break charector?
Code:
strString = "A" & "B" & _
"C"
Thanks