3
Reply

String Formatting in C#.Net

Binay Prasad

Binay Prasad

Apr 21 2016 8:48 AM
331
HI,
 
I have two variables, lets say "a" and "b".
Now my requirement is write "a" and "b" such as that "b" should comes below "a" with a separator of "  ____(dash)".
I am able to write "a/b ".
 but requirement is like that:
a
b
 
in single line.
 
 
with regards,
Binay Kumar Prasad. 
 
 
 
 

Answers (3)