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

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -