vb.net New line in string paragraph -


i'm going break line in paragraph.

is there such thing \n break line in string?

dim info string = "page name \n date , time" & datetime.now.tostring("yyyy-mm-dd, hh:mm:ss") & "\n printed admin" 

use vblf

dim info string = "page name " & vblf & " date , time" & datetime.now.tostring("yyyy-mm-dd, hh:mm:ss") & "" & vblf & " printed admin" 

Comments

Popular posts from this blog

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

node.js - Using Node without global install -

java - JavaScript + Thymeleaf - select onchange -